@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartCopyJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartCopyJobResult() |
Modifier and Type | Method and Description |
---|---|
StartCopyJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getCopyJobId()
Uniquely identifies a copy job.
|
Date |
getCreationDate()
The date and time that a copy job is created, in Unix format and Coordinated Universal Time (UTC).
|
Boolean |
getIsParent()
This is a returned boolean value indicating this is a parent (composite) copy job.
|
int |
hashCode() |
Boolean |
isParent()
This is a returned boolean value indicating this is a parent (composite) copy job.
|
void |
setCopyJobId(String copyJobId)
Uniquely identifies a copy job.
|
void |
setCreationDate(Date creationDate)
The date and time that a copy job is created, in Unix format and Coordinated Universal Time (UTC).
|
void |
setIsParent(Boolean isParent)
This is a returned boolean value indicating this is a parent (composite) copy job.
|
String |
toString()
Returns a string representation of this object.
|
StartCopyJobResult |
withCopyJobId(String copyJobId)
Uniquely identifies a copy job.
|
StartCopyJobResult |
withCreationDate(Date creationDate)
The date and time that a copy job is created, in Unix format and Coordinated Universal Time (UTC).
|
StartCopyJobResult |
withIsParent(Boolean isParent)
This is a returned boolean value indicating this is a parent (composite) copy job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCopyJobId(String copyJobId)
Uniquely identifies a copy job.
copyJobId
- Uniquely identifies a copy job.public String getCopyJobId()
Uniquely identifies a copy job.
public StartCopyJobResult withCopyJobId(String copyJobId)
Uniquely identifies a copy job.
copyJobId
- Uniquely identifies a copy job.public void setCreationDate(Date creationDate)
The date and time that a copy job is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday,
January 26, 2018 12:11:30.087 AM.
creationDate
- The date and time that a copy job is created, in Unix format and Coordinated Universal Time (UTC). The
value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.public Date getCreationDate()
The date and time that a copy job is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday,
January 26, 2018 12:11:30.087 AM.
CreationDate
is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.public StartCopyJobResult withCreationDate(Date creationDate)
The date and time that a copy job is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday,
January 26, 2018 12:11:30.087 AM.
creationDate
- The date and time that a copy job is created, in Unix format and Coordinated Universal Time (UTC). The
value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.public void setIsParent(Boolean isParent)
This is a returned boolean value indicating this is a parent (composite) copy job.
isParent
- This is a returned boolean value indicating this is a parent (composite) copy job.public Boolean getIsParent()
This is a returned boolean value indicating this is a parent (composite) copy job.
public StartCopyJobResult withIsParent(Boolean isParent)
This is a returned boolean value indicating this is a parent (composite) copy job.
isParent
- This is a returned boolean value indicating this is a parent (composite) copy job.public Boolean isParent()
This is a returned boolean value indicating this is a parent (composite) copy job.
public String toString()
toString
in class Object
Object.toString()
public StartCopyJobResult clone()