@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MetadataCopies extends Object implements Serializable, Cloneable, StructuredPojo
Contains copiable Attributes
structure and wraps information related to specific copy use cases. For
example, when copying subsets.
Constructor and Description |
---|
MetadataCopies() |
Modifier and Type | Method and Description |
---|---|
MetadataCopies |
clone() |
boolean |
equals(Object obj) |
String |
getCopiableAttributes()
The JSON string used to specify a subset of SOP Instances to copy from source to destination image set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCopiableAttributes(String copiableAttributes)
The JSON string used to specify a subset of SOP Instances to copy from source to destination image set.
|
String |
toString()
Returns a string representation of this object.
|
MetadataCopies |
withCopiableAttributes(String copiableAttributes)
The JSON string used to specify a subset of SOP Instances to copy from source to destination image set.
|
public void setCopiableAttributes(String copiableAttributes)
The JSON string used to specify a subset of SOP Instances to copy from source to destination image set.
copiableAttributes
- The JSON string used to specify a subset of SOP Instances to copy from source to destination image set.public String getCopiableAttributes()
The JSON string used to specify a subset of SOP Instances to copy from source to destination image set.
public MetadataCopies withCopiableAttributes(String copiableAttributes)
The JSON string used to specify a subset of SOP Instances to copy from source to destination image set.
copiableAttributes
- The JSON string used to specify a subset of SOP Instances to copy from source to destination image set.public String toString()
toString
in class Object
Object.toString()
public MetadataCopies clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.