@Generated(value="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.).
Modifier and Type | Class and Description |
---|---|
static interface |
CreatedArtifact.Builder |
Modifier and Type | Method and Description |
---|---|
static CreatedArtifact.Builder |
builder() |
String |
description()
A description that can be free-form text to record additional detail about the artifact for clarity or for later
reference.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
An ARN that uniquely identifies the result of a migration task.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreatedArtifact.Builder> |
serializableBuilderClass() |
CreatedArtifact.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
An ARN that uniquely identifies the result of a migration task.
public String description()
A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
public CreatedArtifact.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreatedArtifact.Builder,CreatedArtifact>
public static CreatedArtifact.Builder builder()
public static Class<? extends CreatedArtifact.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.