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