@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MetadataGenerationRunTarget extends Object implements Serializable, Cloneable, StructuredPojo
The asset for which metadata was generated.
| Constructor and Description |
|---|
MetadataGenerationRunTarget() |
| Modifier and Type | Method and Description |
|---|---|
MetadataGenerationRunTarget |
clone() |
boolean |
equals(Object obj) |
String |
getIdentifier()
The ID of the metadata generation run's target.
|
String |
getRevision()
The revision of the asset for which metadata was generated.
|
String |
getType()
The type of the asset for which metadata was generated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setIdentifier(String identifier)
The ID of the metadata generation run's target.
|
void |
setRevision(String revision)
The revision of the asset for which metadata was generated.
|
void |
setType(String type)
The type of the asset for which metadata was generated.
|
String |
toString()
Returns a string representation of this object.
|
MetadataGenerationRunTarget |
withIdentifier(String identifier)
The ID of the metadata generation run's target.
|
MetadataGenerationRunTarget |
withRevision(String revision)
The revision of the asset for which metadata was generated.
|
MetadataGenerationRunTarget |
withType(MetadataGenerationTargetType type)
The type of the asset for which metadata was generated.
|
MetadataGenerationRunTarget |
withType(String type)
The type of the asset for which metadata was generated.
|
public void setIdentifier(String identifier)
The ID of the metadata generation run's target.
identifier - The ID of the metadata generation run's target.public String getIdentifier()
The ID of the metadata generation run's target.
public MetadataGenerationRunTarget withIdentifier(String identifier)
The ID of the metadata generation run's target.
identifier - The ID of the metadata generation run's target.public void setRevision(String revision)
The revision of the asset for which metadata was generated.
revision - The revision of the asset for which metadata was generated.public String getRevision()
The revision of the asset for which metadata was generated.
public MetadataGenerationRunTarget withRevision(String revision)
The revision of the asset for which metadata was generated.
revision - The revision of the asset for which metadata was generated.public void setType(String type)
The type of the asset for which metadata was generated.
type - The type of the asset for which metadata was generated.MetadataGenerationTargetTypepublic String getType()
The type of the asset for which metadata was generated.
MetadataGenerationTargetTypepublic MetadataGenerationRunTarget withType(String type)
The type of the asset for which metadata was generated.
type - The type of the asset for which metadata was generated.MetadataGenerationTargetTypepublic MetadataGenerationRunTarget withType(MetadataGenerationTargetType type)
The type of the asset for which metadata was generated.
type - The type of the asset for which metadata was generated.MetadataGenerationTargetTypepublic String toString()
toString in class ObjectObject.toString()public MetadataGenerationRunTarget clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.