Class SourceConnectionDetail
- java.lang.Object
-
- software.amazon.awssdk.services.servicecatalog.model.SourceConnectionDetail
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SourceConnectionDetail.Builder,SourceConnectionDetail>
@Generated("software.amazon.awssdk:codegen") public final class SourceConnectionDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SourceConnectionDetail.Builder,SourceConnectionDetail>
Provides details about the configured
SourceConnection.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSourceConnectionDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SourceConnectionDetail.Builderbuilder()SourceConnectionParametersconnectionParameters()The connection details based on the connectionType.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LastSynclastSync()Provides details about the product's connection sync and contains the following sub-fields.List<SdkField<?>>sdkFields()static Class<? extends SourceConnectionDetail.Builder>serializableBuilderClass()SourceConnectionDetail.BuildertoBuilder()StringtoString()Returns a string representation of this object.SourceTypetype()The only supportedSourceConnectiontype is Codestar.StringtypeAsString()The only supportedSourceConnectiontype is Codestar.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
type
public final SourceType type()
The only supported
SourceConnectiontype is Codestar.If the service returns an enum value that is not available in the current SDK version,
typewill returnSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The only supported
SourceConnectiontype is Codestar. - See Also:
SourceType
-
typeAsString
public final String typeAsString()
The only supported
SourceConnectiontype is Codestar.If the service returns an enum value that is not available in the current SDK version,
typewill returnSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The only supported
SourceConnectiontype is Codestar. - See Also:
SourceType
-
connectionParameters
public final SourceConnectionParameters connectionParameters()
The connection details based on the connection
Type.- Returns:
- The connection details based on the connection
Type.
-
lastSync
public final LastSync lastSync()
Provides details about the product's connection sync and contains the following sub-fields.
-
LastSyncTime -
LastSyncStatus -
LastSyncStatusMessage -
LastSuccessfulSyncTime -
LastSuccessfulSyncProvisioningArtifactID
- Returns:
- Provides details about the product's connection sync and contains the following sub-fields.
-
LastSyncTime -
LastSyncStatus -
LastSyncStatusMessage -
LastSuccessfulSyncTime -
LastSuccessfulSyncProvisioningArtifactID
-
-
-
toBuilder
public SourceConnectionDetail.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SourceConnectionDetail.Builder,SourceConnectionDetail>
-
builder
public static SourceConnectionDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends SourceConnectionDetail.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-