Class NetworkMigrationCodeGenerationArtifact
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NetworkMigrationCodeGenerationArtifact.Builder,NetworkMigrationCodeGenerationArtifact>
An artifact generated during code generation, such as a CloudFormation template or Terraform file.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe unique identifier of the artifact.The sub-type of the artifact for further classification.final StringThe sub-type of the artifact for further classification.The type of the artifact, such as CLOUDFORMATION_TEMPLATE or TERRAFORM_MODULE.final StringThe type of the artifact, such as CLOUDFORMATION_TEMPLATE or TERRAFORM_MODULE.builder()final Checksumchecksum()The checksum of the artifact for integrity verification.final InstantThe timestamp when the artifact was created.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe logical identifier for the artifact.final S3ConfigurationThe S3 location where the artifact is stored.static Class<? extends NetworkMigrationCodeGenerationArtifact.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
artifactID
The unique identifier of the artifact.
- Returns:
- The unique identifier of the artifact.
-
artifactType
The type of the artifact, such as CLOUDFORMATION_TEMPLATE or TERRAFORM_MODULE.
If the service returns an enum value that is not available in the current SDK version,
artifactTypewill returnNetworkMigrationCodeGenerationArtifactType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromartifactTypeAsString().- Returns:
- The type of the artifact, such as CLOUDFORMATION_TEMPLATE or TERRAFORM_MODULE.
- See Also:
-
artifactTypeAsString
The type of the artifact, such as CLOUDFORMATION_TEMPLATE or TERRAFORM_MODULE.
If the service returns an enum value that is not available in the current SDK version,
artifactTypewill returnNetworkMigrationCodeGenerationArtifactType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromartifactTypeAsString().- Returns:
- The type of the artifact, such as CLOUDFORMATION_TEMPLATE or TERRAFORM_MODULE.
- See Also:
-
artifactSubType
The sub-type of the artifact for further classification.
If the service returns an enum value that is not available in the current SDK version,
artifactSubTypewill returnNetworkMigrationCodeGenerationArtifactSubType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromartifactSubTypeAsString().- Returns:
- The sub-type of the artifact for further classification.
- See Also:
-
artifactSubTypeAsString
The sub-type of the artifact for further classification.
If the service returns an enum value that is not available in the current SDK version,
artifactSubTypewill returnNetworkMigrationCodeGenerationArtifactSubType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromartifactSubTypeAsString().- Returns:
- The sub-type of the artifact for further classification.
- See Also:
-
logicalID
The logical identifier for the artifact.
- Returns:
- The logical identifier for the artifact.
-
outputS3Configuration
The S3 location where the artifact is stored.
- Returns:
- The S3 location where the artifact is stored.
-
checksum
The checksum of the artifact for integrity verification.
- Returns:
- The checksum of the artifact for integrity verification.
-
createdAt
The timestamp when the artifact was created.
- Returns:
- The timestamp when the artifact was created.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<NetworkMigrationCodeGenerationArtifact.Builder,NetworkMigrationCodeGenerationArtifact> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
public static Class<? extends NetworkMigrationCodeGenerationArtifact.Builder> serializableBuilderClass() -
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-