@Generated(value="software.amazon.awssdk:codegen") public final class SourceConnection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SourceConnection.Builder,SourceConnection>
A top level ProductViewDetail response containing details about the product’s connection. Service
Catalog returns this field for the CreateProduct, UpdateProduct,
DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same
fields as the ConnectionParameters request, with the addition of the LastSync response.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SourceConnection.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SourceConnection.Builder |
builder() |
SourceConnectionParameters |
connectionParameters()
The connection details based on the connection
Type. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SourceConnection.Builder> |
serializableBuilderClass() |
SourceConnection.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
SourceType |
type()
The only supported
SourceConnection type is Codestar. |
String |
typeAsString()
The only supported
SourceConnection type is Codestar. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SourceType type()
The only supported SourceConnection type is Codestar.
If the service returns an enum value that is not available in the current SDK version, type will return
SourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
SourceConnection type is Codestar.SourceTypepublic final String typeAsString()
The only supported SourceConnection type is Codestar.
If the service returns an enum value that is not available in the current SDK version, type will return
SourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
SourceConnection type is Codestar.SourceTypepublic final SourceConnectionParameters connectionParameters()
The connection details based on the connection Type.
Type.public SourceConnection.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SourceConnection.Builder,SourceConnection>public static SourceConnection.Builder builder()
public static Class<? extends SourceConnection.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.