Class StartBackupJobResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.backup.model.BackupResponse
-
- software.amazon.awssdk.services.backup.model.StartBackupJobResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartBackupJobResponse.Builder,StartBackupJobResponse>
@Generated("software.amazon.awssdk:codegen") public final class StartBackupJobResponse extends BackupResponse implements ToCopyableBuilder<StartBackupJobResponse.Builder,StartBackupJobResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartBackupJobResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbackupJobId()Uniquely identifies a request to Backup to back up a resource.static StartBackupJobResponse.Builderbuilder()InstantcreationDate()The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC).booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanisParent()This is a returned boolean value indicating this is a parent (composite) backup job.StringrecoveryPointArn()Note: This field is only returned for Amazon EFS and Advanced DynamoDB resources.List<SdkField<?>>sdkFields()static Class<? extends StartBackupJobResponse.Builder>serializableBuilderClass()StartBackupJobResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.backup.model.BackupResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
backupJobId
public final String backupJobId()
Uniquely identifies a request to Backup to back up a resource.
- Returns:
- Uniquely identifies a request to Backup to back up a resource.
-
recoveryPointArn
public final String recoveryPointArn()
Note: This field is only returned for Amazon EFS and Advanced DynamoDB resources.
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.- Returns:
- Note: This field is only returned for Amazon EFS and Advanced DynamoDB resources.
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
-
creationDate
public final Instant creationDate()
The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDateis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.- Returns:
- The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC). The
value of
CreationDateis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
-
isParent
public final Boolean isParent()
This is a returned boolean value indicating this is a parent (composite) backup job.
- Returns:
- This is a returned boolean value indicating this is a parent (composite) backup job.
-
toBuilder
public StartBackupJobResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartBackupJobResponse.Builder,StartBackupJobResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static StartBackupJobResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartBackupJobResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-