@Generated(value="software.amazon.awssdk:codegen") public final class SourceConnectionDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SourceConnectionDetail.Builder,SourceConnectionDetail>
Provides details about the configured SourceConnection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SourceConnectionDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SourceConnectionDetail.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() |
LastSync |
lastSync()
Provides details about the product's connection sync and contains the following sub-fields.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SourceConnectionDetail.Builder> |
serializableBuilderClass() |
SourceConnectionDetail.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 final LastSync lastSync()
Provides details about the product's connection sync and contains the following sub-fields.
LastSyncTime
LastSyncStatus
LastSyncStatusMessage
LastSuccessfulSyncTime
LastSuccessfulSyncProvisioningArtifactID
LastSyncTime
LastSyncStatus
LastSyncStatusMessage
LastSuccessfulSyncTime
LastSuccessfulSyncProvisioningArtifactID
public SourceConnectionDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SourceConnectionDetail.Builder,SourceConnectionDetail>public static SourceConnectionDetail.Builder builder()
public static Class<? extends SourceConnectionDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.