@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CopyDestinationImageSetProperties extends Object implements Serializable, Cloneable, StructuredPojo
Copy the image set properties of the destination image set.
Constructor and Description |
---|
CopyDestinationImageSetProperties() |
Modifier and Type | Method and Description |
---|---|
CopyDestinationImageSetProperties |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp when the destination image set properties were created.
|
String |
getImageSetArn()
The Amazon Resource Name (ARN) assigned to the destination image set.
|
String |
getImageSetId()
The image set identifier of the copied image set properties.
|
String |
getImageSetState()
The image set state of the destination image set properties.
|
String |
getImageSetWorkflowStatus()
The image set workflow status of the destination image set properties.
|
String |
getLatestVersionId()
The latest version identifier for the destination image set properties.
|
Date |
getUpdatedAt()
The timestamp when the destination image set properties were last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The timestamp when the destination image set properties were created.
|
void |
setImageSetArn(String imageSetArn)
The Amazon Resource Name (ARN) assigned to the destination image set.
|
void |
setImageSetId(String imageSetId)
The image set identifier of the copied image set properties.
|
void |
setImageSetState(String imageSetState)
The image set state of the destination image set properties.
|
void |
setImageSetWorkflowStatus(String imageSetWorkflowStatus)
The image set workflow status of the destination image set properties.
|
void |
setLatestVersionId(String latestVersionId)
The latest version identifier for the destination image set properties.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp when the destination image set properties were last updated.
|
String |
toString()
Returns a string representation of this object.
|
CopyDestinationImageSetProperties |
withCreatedAt(Date createdAt)
The timestamp when the destination image set properties were created.
|
CopyDestinationImageSetProperties |
withImageSetArn(String imageSetArn)
The Amazon Resource Name (ARN) assigned to the destination image set.
|
CopyDestinationImageSetProperties |
withImageSetId(String imageSetId)
The image set identifier of the copied image set properties.
|
CopyDestinationImageSetProperties |
withImageSetState(ImageSetState imageSetState)
The image set state of the destination image set properties.
|
CopyDestinationImageSetProperties |
withImageSetState(String imageSetState)
The image set state of the destination image set properties.
|
CopyDestinationImageSetProperties |
withImageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)
The image set workflow status of the destination image set properties.
|
CopyDestinationImageSetProperties |
withImageSetWorkflowStatus(String imageSetWorkflowStatus)
The image set workflow status of the destination image set properties.
|
CopyDestinationImageSetProperties |
withLatestVersionId(String latestVersionId)
The latest version identifier for the destination image set properties.
|
CopyDestinationImageSetProperties |
withUpdatedAt(Date updatedAt)
The timestamp when the destination image set properties were last updated.
|
public void setImageSetId(String imageSetId)
The image set identifier of the copied image set properties.
imageSetId
- The image set identifier of the copied image set properties.public String getImageSetId()
The image set identifier of the copied image set properties.
public CopyDestinationImageSetProperties withImageSetId(String imageSetId)
The image set identifier of the copied image set properties.
imageSetId
- The image set identifier of the copied image set properties.public void setLatestVersionId(String latestVersionId)
The latest version identifier for the destination image set properties.
latestVersionId
- The latest version identifier for the destination image set properties.public String getLatestVersionId()
The latest version identifier for the destination image set properties.
public CopyDestinationImageSetProperties withLatestVersionId(String latestVersionId)
The latest version identifier for the destination image set properties.
latestVersionId
- The latest version identifier for the destination image set properties.public void setImageSetState(String imageSetState)
The image set state of the destination image set properties.
imageSetState
- The image set state of the destination image set properties.ImageSetState
public String getImageSetState()
The image set state of the destination image set properties.
ImageSetState
public CopyDestinationImageSetProperties withImageSetState(String imageSetState)
The image set state of the destination image set properties.
imageSetState
- The image set state of the destination image set properties.ImageSetState
public CopyDestinationImageSetProperties withImageSetState(ImageSetState imageSetState)
The image set state of the destination image set properties.
imageSetState
- The image set state of the destination image set properties.ImageSetState
public void setImageSetWorkflowStatus(String imageSetWorkflowStatus)
The image set workflow status of the destination image set properties.
imageSetWorkflowStatus
- The image set workflow status of the destination image set properties.ImageSetWorkflowStatus
public String getImageSetWorkflowStatus()
The image set workflow status of the destination image set properties.
ImageSetWorkflowStatus
public CopyDestinationImageSetProperties withImageSetWorkflowStatus(String imageSetWorkflowStatus)
The image set workflow status of the destination image set properties.
imageSetWorkflowStatus
- The image set workflow status of the destination image set properties.ImageSetWorkflowStatus
public CopyDestinationImageSetProperties withImageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)
The image set workflow status of the destination image set properties.
imageSetWorkflowStatus
- The image set workflow status of the destination image set properties.ImageSetWorkflowStatus
public void setCreatedAt(Date createdAt)
The timestamp when the destination image set properties were created.
createdAt
- The timestamp when the destination image set properties were created.public Date getCreatedAt()
The timestamp when the destination image set properties were created.
public CopyDestinationImageSetProperties withCreatedAt(Date createdAt)
The timestamp when the destination image set properties were created.
createdAt
- The timestamp when the destination image set properties were created.public void setUpdatedAt(Date updatedAt)
The timestamp when the destination image set properties were last updated.
updatedAt
- The timestamp when the destination image set properties were last updated.public Date getUpdatedAt()
The timestamp when the destination image set properties were last updated.
public CopyDestinationImageSetProperties withUpdatedAt(Date updatedAt)
The timestamp when the destination image set properties were last updated.
updatedAt
- The timestamp when the destination image set properties were last updated.public void setImageSetArn(String imageSetArn)
The Amazon Resource Name (ARN) assigned to the destination image set.
imageSetArn
- The Amazon Resource Name (ARN) assigned to the destination image set.public String getImageSetArn()
The Amazon Resource Name (ARN) assigned to the destination image set.
public CopyDestinationImageSetProperties withImageSetArn(String imageSetArn)
The Amazon Resource Name (ARN) assigned to the destination image set.
imageSetArn
- The Amazon Resource Name (ARN) assigned to the destination image set.public String toString()
toString
in class Object
Object.toString()
public CopyDestinationImageSetProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.