@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImageSetProperties extends Object implements Serializable, Cloneable, StructuredPojo
The image set properties.
Constructor and Description |
---|
ImageSetProperties() |
Modifier and Type | Method and Description |
---|---|
ImageSetProperties |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp when the image set properties were created.
|
Date |
getDeletedAt()
The timestamp when the image set properties were deleted.
|
String |
getImageSetId()
The image set identifier.
|
String |
getImageSetState()
The image set state.
|
String |
getImageSetWorkflowStatus()
The image set workflow status.
|
String |
getMessage()
The error message thrown if an image set action fails.
|
Overrides |
getOverrides()
Contains details on overrides used when creating the returned version of an image set.
|
Date |
getUpdatedAt()
The timestamp when the image set properties were updated.
|
String |
getVersionId()
The image set version identifier.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The timestamp when the image set properties were created.
|
void |
setDeletedAt(Date deletedAt)
The timestamp when the image set properties were deleted.
|
void |
setImageSetId(String imageSetId)
The image set identifier.
|
void |
setImageSetState(String imageSetState)
The image set state.
|
void |
setImageSetWorkflowStatus(String imageSetWorkflowStatus)
The image set workflow status.
|
void |
setMessage(String message)
The error message thrown if an image set action fails.
|
void |
setOverrides(Overrides overrides)
Contains details on overrides used when creating the returned version of an image set.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp when the image set properties were updated.
|
void |
setVersionId(String versionId)
The image set version identifier.
|
String |
toString()
Returns a string representation of this object.
|
ImageSetProperties |
withCreatedAt(Date createdAt)
The timestamp when the image set properties were created.
|
ImageSetProperties |
withDeletedAt(Date deletedAt)
The timestamp when the image set properties were deleted.
|
ImageSetProperties |
withImageSetId(String imageSetId)
The image set identifier.
|
ImageSetProperties |
withImageSetState(ImageSetState imageSetState)
The image set state.
|
ImageSetProperties |
withImageSetState(String imageSetState)
The image set state.
|
ImageSetProperties |
withImageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)
The image set workflow status.
|
ImageSetProperties |
withImageSetWorkflowStatus(String imageSetWorkflowStatus)
The image set workflow status.
|
ImageSetProperties |
withMessage(String message)
The error message thrown if an image set action fails.
|
ImageSetProperties |
withOverrides(Overrides overrides)
Contains details on overrides used when creating the returned version of an image set.
|
ImageSetProperties |
withUpdatedAt(Date updatedAt)
The timestamp when the image set properties were updated.
|
ImageSetProperties |
withVersionId(String versionId)
The image set version identifier.
|
public void setImageSetId(String imageSetId)
The image set identifier.
imageSetId
- The image set identifier.public String getImageSetId()
The image set identifier.
public ImageSetProperties withImageSetId(String imageSetId)
The image set identifier.
imageSetId
- The image set identifier.public void setVersionId(String versionId)
The image set version identifier.
versionId
- The image set version identifier.public String getVersionId()
The image set version identifier.
public ImageSetProperties withVersionId(String versionId)
The image set version identifier.
versionId
- The image set version identifier.public void setImageSetState(String imageSetState)
The image set state.
imageSetState
- The image set state.ImageSetState
public String getImageSetState()
The image set state.
ImageSetState
public ImageSetProperties withImageSetState(String imageSetState)
The image set state.
imageSetState
- The image set state.ImageSetState
public ImageSetProperties withImageSetState(ImageSetState imageSetState)
The image set state.
imageSetState
- The image set state.ImageSetState
public void setImageSetWorkflowStatus(String imageSetWorkflowStatus)
The image set workflow status.
imageSetWorkflowStatus
- The image set workflow status.ImageSetWorkflowStatus
public String getImageSetWorkflowStatus()
The image set workflow status.
ImageSetWorkflowStatus
public ImageSetProperties withImageSetWorkflowStatus(String imageSetWorkflowStatus)
The image set workflow status.
imageSetWorkflowStatus
- The image set workflow status.ImageSetWorkflowStatus
public ImageSetProperties withImageSetWorkflowStatus(ImageSetWorkflowStatus imageSetWorkflowStatus)
The image set workflow status.
imageSetWorkflowStatus
- The image set workflow status.ImageSetWorkflowStatus
public void setCreatedAt(Date createdAt)
The timestamp when the image set properties were created.
createdAt
- The timestamp when the image set properties were created.public Date getCreatedAt()
The timestamp when the image set properties were created.
public ImageSetProperties withCreatedAt(Date createdAt)
The timestamp when the image set properties were created.
createdAt
- The timestamp when the image set properties were created.public void setUpdatedAt(Date updatedAt)
The timestamp when the image set properties were updated.
updatedAt
- The timestamp when the image set properties were updated.public Date getUpdatedAt()
The timestamp when the image set properties were updated.
public ImageSetProperties withUpdatedAt(Date updatedAt)
The timestamp when the image set properties were updated.
updatedAt
- The timestamp when the image set properties were updated.public void setDeletedAt(Date deletedAt)
The timestamp when the image set properties were deleted.
deletedAt
- The timestamp when the image set properties were deleted.public Date getDeletedAt()
The timestamp when the image set properties were deleted.
public ImageSetProperties withDeletedAt(Date deletedAt)
The timestamp when the image set properties were deleted.
deletedAt
- The timestamp when the image set properties were deleted.public void setMessage(String message)
The error message thrown if an image set action fails.
message
- The error message thrown if an image set action fails.public String getMessage()
The error message thrown if an image set action fails.
public ImageSetProperties withMessage(String message)
The error message thrown if an image set action fails.
message
- The error message thrown if an image set action fails.public void setOverrides(Overrides overrides)
Contains details on overrides used when creating the returned version of an image set. For example, if
forced
exists, the forced
flag was used when creating the image set.
overrides
- Contains details on overrides used when creating the returned version of an image set. For example, if
forced
exists, the forced
flag was used when creating the image set.public Overrides getOverrides()
Contains details on overrides used when creating the returned version of an image set. For example, if
forced
exists, the forced
flag was used when creating the image set.
forced
exists, the forced
flag was used when creating the image set.public ImageSetProperties withOverrides(Overrides overrides)
Contains details on overrides used when creating the returned version of an image set. For example, if
forced
exists, the forced
flag was used when creating the image set.
overrides
- Contains details on overrides used when creating the returned version of an image set. For example, if
forced
exists, the forced
flag was used when creating the image set.public String toString()
toString
in class Object
Object.toString()
public ImageSetProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.