@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 request to AWS Backup to copy a resource.
|
Date |
getCreationDate()
The date and time that a backup job is started, in Unix format and Coordinated Universal Time (UTC).
|
int |
hashCode() |
void |
setCopyJobId(String copyJobId)
Uniquely identifies a request to AWS Backup to copy a resource.
|
void |
setCreationDate(Date creationDate)
The date and time that a backup job is started, in Unix format and Coordinated Universal Time (UTC).
|
String |
toString()
Returns a string representation of this object.
|
StartCopyJobResult |
withCopyJobId(String copyJobId)
Uniquely identifies a request to AWS Backup to copy a resource.
|
StartCopyJobResult |
withCreationDate(Date creationDate)
The date and time that a backup job is started, in Unix format and Coordinated Universal Time (UTC).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCopyJobId(String copyJobId)
Uniquely identifies a request to AWS Backup to copy a resource.
copyJobId
- Uniquely identifies a request to AWS Backup to copy a resource.public String getCopyJobId()
Uniquely identifies a request to AWS Backup to copy a resource.
public StartCopyJobResult withCopyJobId(String copyJobId)
Uniquely identifies a request to AWS Backup to copy a resource.
copyJobId
- Uniquely identifies a request to AWS Backup to copy a resource.public void setCreationDate(Date creationDate)
The date and time that a backup job is started, 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 backup job is started, 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 backup job is started, 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 StartCopyJobResult withCreationDate(Date creationDate)
The date and time that a backup job is started, 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 backup job is started, 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 String toString()
toString
in class Object
Object.toString()
public StartCopyJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.