Class CreatedArtifact
- java.lang.Object
-
- software.amazon.awssdk.services.migrationhub.model.CreatedArtifact
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CreatedArtifact.Builder,CreatedArtifact>
@Generated("software.amazon.awssdk:codegen") public final class CreatedArtifact extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CreatedArtifact.Builder,CreatedArtifact>
An ARN of the AWS cloud resource target receiving the migration (e.g., AMI, EC2 instance, RDS instance, etc.).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreatedArtifact.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreatedArtifact.Builderbuilder()Stringdescription()A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()An ARN that uniquely identifies the result of a migration task.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CreatedArtifact.Builder>serializableBuilderClass()CreatedArtifact.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
name
public final String name()
An ARN that uniquely identifies the result of a migration task.
- Returns:
- An ARN that uniquely identifies the result of a migration task.
-
description
public final String description()
A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
- Returns:
- A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
-
toBuilder
public CreatedArtifact.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreatedArtifact.Builder,CreatedArtifact>
-
builder
public static CreatedArtifact.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreatedArtifact.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-