@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBackupPlanResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateBackupPlanResult() |
Modifier and Type | Method and Description |
---|---|
CreateBackupPlanResult |
clone() |
boolean |
equals(Object obj) |
String |
getBackupPlanArn()
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50 . |
String |
getBackupPlanId()
Uniquely identifies a backup plan.
|
Date |
getCreationDate()
The date and time that a backup plan is created, in Unix format and Coordinated Universal Time (UTC).
|
String |
getVersionId()
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1024 bytes long.
|
int |
hashCode() |
void |
setBackupPlanArn(String backupPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50 . |
void |
setBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
void |
setCreationDate(Date creationDate)
The date and time that a backup plan is created, in Unix format and Coordinated Universal Time (UTC).
|
void |
setVersionId(String versionId)
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1024 bytes long.
|
String |
toString()
Returns a string representation of this object.
|
CreateBackupPlanResult |
withBackupPlanArn(String backupPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50 . |
CreateBackupPlanResult |
withBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
CreateBackupPlanResult |
withCreationDate(Date creationDate)
The date and time that a backup plan is created, in Unix format and Coordinated Universal Time (UTC).
|
CreateBackupPlanResult |
withVersionId(String versionId)
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1024 bytes long.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
backupPlanId
- Uniquely identifies a backup plan.public String getBackupPlanId()
Uniquely identifies a backup plan.
public CreateBackupPlanResult withBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
backupPlanId
- Uniquely identifies a backup plan.public void setBackupPlanArn(String backupPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
backupPlanArn
- An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.public String getBackupPlanArn()
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.public CreateBackupPlanResult withBackupPlanArn(String backupPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
backupPlanArn
- An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.public void setCreationDate(Date creationDate)
The date and time that a backup plan 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 backup plan 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 backup plan 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 CreateBackupPlanResult withCreationDate(Date creationDate)
The date and time that a backup plan 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 backup plan 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 setVersionId(String versionId)
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1024 bytes long. They cannot be edited.
versionId
- Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1024 bytes long. They cannot
be edited.public String getVersionId()
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1024 bytes long. They cannot be edited.
public CreateBackupPlanResult withVersionId(String versionId)
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1024 bytes long. They cannot be edited.
versionId
- Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1024 bytes long. They cannot
be edited.public String toString()
toString
in class Object
Object.toString()
public CreateBackupPlanResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.