Class DescribeBackupJobResponse
- 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.DescribeBackupJobResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeBackupJobResponse.Builder,DescribeBackupJobResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeBackupJobResponse extends BackupResponse implements ToCopyableBuilder<DescribeBackupJobResponse.Builder,DescribeBackupJobResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeBackupJobResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()Returns the account ID that owns the backup job.StringbackupJobId()Uniquely identifies a request to Backup to back up a resource.Map<String,String>backupOptions()Represents the options specified as part of backup plan or on-demand backup job.LongbackupSizeInBytes()The size, in bytes, of a backup.StringbackupType()Represents the actual backup type selected for a backup job.StringbackupVaultArn()An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.StringbackupVaultName()The name of a logical container where backups are stored.static DescribeBackupJobResponse.Builderbuilder()LongbytesTransferred()The size in bytes transferred to a backup vault at the time that the job status was queried.Map<BackupJobState,Long>childJobsInState()This returns the statistics of the included child (nested) backup jobs.Map<String,Long>childJobsInStateAsStrings()This returns the statistics of the included child (nested) backup jobs.InstantcompletionDate()The date and time that a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC).RecoveryPointCreatorcreatedBy()Contains identifying information about the creation of a backup job, including theBackupPlanArn,BackupPlanId,BackupPlanVersion, andBackupRuleIdof the backup plan that is used to create it.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)InstantexpectedCompletionDate()The date and time that a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC).<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasBackupOptions()For responses, this returns true if the service returned a value for the BackupOptions property.booleanhasChildJobsInState()For responses, this returns true if the service returned a value for the ChildJobsInState property.inthashCode()StringiamRoleArn()Specifies the IAM role ARN used to create the target recovery point; for example,arn:aws:iam::123456789012:role/S3Access.InstantinitiationDate()This is the date a backup job was initiated.BooleanisParent()This returns the boolean value that a backup job is a parent (composite) job.StringmessageCategory()This is the job count for the specified message category.LongnumberOfChildJobs()This returns the number of child (nested) backup jobs.StringparentJobId()This returns the parent (composite) resource backup job ID.StringpercentDone()Contains an estimated percentage that is complete of a job at the time the job status was queried.StringrecoveryPointArn()An ARN that uniquely identifies a recovery point; for example,arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.StringresourceArn()An ARN that uniquely identifies a saved resource.StringresourceName()This is the non-unique name of the resource that belongs to the specified backup.StringresourceType()The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.List<SdkField<?>>sdkFields()static Class<? extends DescribeBackupJobResponse.Builder>serializableBuilderClass()InstantstartBy()Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled.BackupJobStatestate()The current state of a backup job.StringstateAsString()The current state of a backup job.StringstatusMessage()A detailed message explaining the status of the job to back up a resource.DescribeBackupJobResponse.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
-
accountId
public final String accountId()
Returns the account ID that owns the backup job.
- Returns:
- Returns the account ID that owns the backup job.
-
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.
-
backupVaultName
public final String backupVaultName()
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
- Returns:
- The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
-
backupVaultArn
public final String backupVaultArn()
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.- Returns:
- An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
-
recoveryPointArn
public final String recoveryPointArn()
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:
- An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
-
resourceArn
public final String resourceArn()
An ARN that uniquely identifies a saved resource. The format of the ARN depends on the resource type.
- Returns:
- An ARN that uniquely identifies a saved resource. The format of the ARN depends on the resource type.
-
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.
-
completionDate
public final Instant completionDate()
The date and time that a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of
CompletionDateis 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 job to create a backup job is completed, in Unix format and Coordinated
Universal Time (UTC). The value of
CompletionDateis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
-
state
public final BackupJobState state()
The current state of a backup job.
If the service returns an enum value that is not available in the current SDK version,
statewill returnBackupJobState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of a backup job.
- See Also:
BackupJobState
-
stateAsString
public final String stateAsString()
The current state of a backup job.
If the service returns an enum value that is not available in the current SDK version,
statewill returnBackupJobState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of a backup job.
- See Also:
BackupJobState
-
statusMessage
public final String statusMessage()
A detailed message explaining the status of the job to back up a resource.
- Returns:
- A detailed message explaining the status of the job to back up a resource.
-
percentDone
public final String percentDone()
Contains an estimated percentage that is complete of a job at the time the job status was queried.
- Returns:
- Contains an estimated percentage that is complete of a job at the time the job status was queried.
-
backupSizeInBytes
public final Long backupSizeInBytes()
The size, in bytes, of a backup.
- Returns:
- The size, in bytes, of a backup.
-
iamRoleArn
public final String iamRoleArn()
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access.- Returns:
- Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access.
-
createdBy
public final RecoveryPointCreator createdBy()
Contains identifying information about the creation of a backup job, including the
BackupPlanArn,BackupPlanId,BackupPlanVersion, andBackupRuleIdof the backup plan that is used to create it.- Returns:
- Contains identifying information about the creation of a backup job, including the
BackupPlanArn,BackupPlanId,BackupPlanVersion, andBackupRuleIdof the backup plan that is used to create it.
-
resourceType
public final String resourceType()
The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
- Returns:
- The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
-
bytesTransferred
public final Long bytesTransferred()
The size in bytes transferred to a backup vault at the time that the job status was queried.
- Returns:
- The size in bytes transferred to a backup vault at the time that the job status was queried.
-
expectedCompletionDate
public final Instant expectedCompletionDate()
The date and time that a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of
ExpectedCompletionDateis 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 job to back up resources is expected to be completed, in Unix format and
Coordinated Universal Time (UTC). The value of
ExpectedCompletionDateis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
-
startBy
public final Instant startBy()
Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the
StartBytime would be 8:00 PM on the date specified. The value ofStartByis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.- Returns:
- Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started
before it is canceled. The value is calculated by adding the start window to the scheduled time. So if
the scheduled time were 6:00 PM and the start window is 2 hours, the
StartBytime would be 8:00 PM on the date specified. The value ofStartByis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
-
hasBackupOptions
public final boolean hasBackupOptions()
For responses, this returns true if the service returned a value for the BackupOptions property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
backupOptions
public final Map<String,String> backupOptions()
Represents the options specified as part of backup plan or on-demand backup job.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasBackupOptions()method.- Returns:
- Represents the options specified as part of backup plan or on-demand backup job.
-
backupType
public final String backupType()
Represents the actual backup type selected for a backup job. For example, if a successful Windows Volume Shadow Copy Service (VSS) backup was taken,
BackupTypereturns"WindowsVSS". IfBackupTypeis empty, then the backup type was a regular backup.- Returns:
- Represents the actual backup type selected for a backup job. For example, if a successful Windows Volume
Shadow Copy Service (VSS) backup was taken,
BackupTypereturns"WindowsVSS". IfBackupTypeis empty, then the backup type was a regular backup.
-
parentJobId
public final String parentJobId()
This returns the parent (composite) resource backup job ID.
- Returns:
- This returns the parent (composite) resource backup job ID.
-
isParent
public final Boolean isParent()
This returns the boolean value that a backup job is a parent (composite) job.
- Returns:
- This returns the boolean value that a backup job is a parent (composite) job.
-
numberOfChildJobs
public final Long numberOfChildJobs()
This returns the number of child (nested) backup jobs.
- Returns:
- This returns the number of child (nested) backup jobs.
-
childJobsInState
public final Map<BackupJobState,Long> childJobsInState()
This returns the statistics of the included child (nested) backup jobs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasChildJobsInState()method.- Returns:
- This returns the statistics of the included child (nested) backup jobs.
-
hasChildJobsInState
public final boolean hasChildJobsInState()
For responses, this returns true if the service returned a value for the ChildJobsInState property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
childJobsInStateAsStrings
public final Map<String,Long> childJobsInStateAsStrings()
This returns the statistics of the included child (nested) backup jobs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasChildJobsInState()method.- Returns:
- This returns the statistics of the included child (nested) backup jobs.
-
resourceName
public final String resourceName()
This is the non-unique name of the resource that belongs to the specified backup.
- Returns:
- This is the non-unique name of the resource that belongs to the specified backup.
-
initiationDate
public final Instant initiationDate()
This is the date a backup job was initiated.
- Returns:
- This is the date a backup job was initiated.
-
messageCategory
public final String messageCategory()
This is the job count for the specified message category.
Example strings may include
AccessDenied,SUCCESS,AGGREGATE_ALL, andINVALIDPARAMETERS. View Monitoring for a list of accepted MessageCategory strings.- Returns:
- This is the job count for the specified message category.
Example strings may include
AccessDenied,SUCCESS,AGGREGATE_ALL, andINVALIDPARAMETERS. View Monitoring for a list of accepted MessageCategory strings.
-
toBuilder
public DescribeBackupJobResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeBackupJobResponse.Builder,DescribeBackupJobResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeBackupJobResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeBackupJobResponse.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
-
-