@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) |
List<AdvancedBackupSetting> |
getAdvancedBackupSettings()
A list of
BackupOptions settings for a resource type. |
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 1,024 bytes long.
|
int |
hashCode() |
void |
setAdvancedBackupSettings(Collection<AdvancedBackupSetting> advancedBackupSettings)
A list of
BackupOptions settings for a resource type. |
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 1,024 bytes long.
|
String |
toString()
Returns a string representation of this object.
|
CreateBackupPlanResult |
withAdvancedBackupSettings(AdvancedBackupSetting... advancedBackupSettings)
A list of
BackupOptions settings for a resource type. |
CreateBackupPlanResult |
withAdvancedBackupSettings(Collection<AdvancedBackupSetting> advancedBackupSettings)
A list of
BackupOptions settings for a resource type. |
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 1,024 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 1,024 bytes long. They cannot be edited.
versionId
- Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. They cannot
be edited.public String getVersionId()
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. They cannot be edited.
public CreateBackupPlanResult withVersionId(String versionId)
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. They cannot be edited.
versionId
- Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. They cannot
be edited.public List<AdvancedBackupSetting> getAdvancedBackupSettings()
A list of BackupOptions
settings for a resource type. This option is only available for Windows VSS
backup jobs.
BackupOptions
settings for a resource type. This option is only available for
Windows VSS backup jobs.public void setAdvancedBackupSettings(Collection<AdvancedBackupSetting> advancedBackupSettings)
A list of BackupOptions
settings for a resource type. This option is only available for Windows VSS
backup jobs.
advancedBackupSettings
- A list of BackupOptions
settings for a resource type. This option is only available for
Windows VSS backup jobs.public CreateBackupPlanResult withAdvancedBackupSettings(AdvancedBackupSetting... advancedBackupSettings)
A list of BackupOptions
settings for a resource type. This option is only available for Windows VSS
backup jobs.
NOTE: This method appends the values to the existing list (if any). Use
setAdvancedBackupSettings(java.util.Collection)
or
withAdvancedBackupSettings(java.util.Collection)
if you want to override the existing values.
advancedBackupSettings
- A list of BackupOptions
settings for a resource type. This option is only available for
Windows VSS backup jobs.public CreateBackupPlanResult withAdvancedBackupSettings(Collection<AdvancedBackupSetting> advancedBackupSettings)
A list of BackupOptions
settings for a resource type. This option is only available for Windows VSS
backup jobs.
advancedBackupSettings
- A list of BackupOptions
settings for a resource type. This option is only available for
Windows VSS backup jobs.public String toString()
toString
in class Object
Object.toString()
public CreateBackupPlanResult clone()