Class GetRecoveryPointIndexDetailsResponse
- 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.GetRecoveryPointIndexDetailsResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetRecoveryPointIndexDetailsResponse.Builder,GetRecoveryPointIndexDetailsResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetRecoveryPointIndexDetailsResponse extends BackupResponse implements ToCopyableBuilder<GetRecoveryPointIndexDetailsResponse.Builder,GetRecoveryPointIndexDetailsResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetRecoveryPointIndexDetailsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbackupVaultArn()An ARN that uniquely identifies the backup vault where the recovery point index is stored.static GetRecoveryPointIndexDetailsResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantindexCompletionDate()The date and time that a backup index finished creation, in Unix format and Coordinated Universal Time (UTC).InstantindexCreationDate()The date and time that a backup index was created, in Unix format and Coordinated Universal Time (UTC).InstantindexDeletionDate()The date and time that a backup index was deleted, in Unix format and Coordinated Universal Time (UTC).IndexStatusindexStatus()This is the current status for the backup index associated with the specified recovery point.StringindexStatusAsString()This is the current status for the backup index associated with the specified recovery point.StringindexStatusMessage()A detailed message explaining the status of a backup index associated with the recovery point.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.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetRecoveryPointIndexDetailsResponse.Builder>serializableBuilderClass()StringsourceResourceArn()A string of the Amazon Resource Name (ARN) that uniquely identifies the source resource.GetRecoveryPointIndexDetailsResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.LongtotalItemsIndexed()Count of items within the backup index associated with the recovery point.-
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
-
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.
-
backupVaultArn
public final String backupVaultArn()
An ARN that uniquely identifies the backup vault where the recovery point index is stored.
For example,
arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.- Returns:
- An ARN that uniquely identifies the backup vault where the recovery point index is stored.
For example,
arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.
-
sourceResourceArn
public final String sourceResourceArn()
A string of the Amazon Resource Name (ARN) that uniquely identifies the source resource.
- Returns:
- A string of the Amazon Resource Name (ARN) that uniquely identifies the source resource.
-
indexCreationDate
public final Instant indexCreationDate()
The date and time that a backup index was 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 index was 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.
-
indexDeletionDate
public final Instant indexDeletionDate()
The date and time that a backup index was deleted, 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 index was deleted, 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.
-
indexCompletionDate
public final Instant indexCompletionDate()
The date and time that a backup index finished creation, 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 index finished creation, 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.
-
indexStatus
public final IndexStatus indexStatus()
This is the current status for the backup index associated with the specified recovery point.
Statuses are:
PENDING|ACTIVE|FAILED|DELETINGA recovery point with an index that has the status of
ACTIVEcan be included in a search.If the service returns an enum value that is not available in the current SDK version,
indexStatuswill returnIndexStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromindexStatusAsString().- Returns:
- This is the current status for the backup index associated with the specified recovery point.
Statuses are:
PENDING|ACTIVE|FAILED|DELETINGA recovery point with an index that has the status of
ACTIVEcan be included in a search. - See Also:
IndexStatus
-
indexStatusAsString
public final String indexStatusAsString()
This is the current status for the backup index associated with the specified recovery point.
Statuses are:
PENDING|ACTIVE|FAILED|DELETINGA recovery point with an index that has the status of
ACTIVEcan be included in a search.If the service returns an enum value that is not available in the current SDK version,
indexStatuswill returnIndexStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromindexStatusAsString().- Returns:
- This is the current status for the backup index associated with the specified recovery point.
Statuses are:
PENDING|ACTIVE|FAILED|DELETINGA recovery point with an index that has the status of
ACTIVEcan be included in a search. - See Also:
IndexStatus
-
indexStatusMessage
public final String indexStatusMessage()
A detailed message explaining the status of a backup index associated with the recovery point.
- Returns:
- A detailed message explaining the status of a backup index associated with the recovery point.
-
totalItemsIndexed
public final Long totalItemsIndexed()
Count of items within the backup index associated with the recovery point.
- Returns:
- Count of items within the backup index associated with the recovery point.
-
toBuilder
public GetRecoveryPointIndexDetailsResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetRecoveryPointIndexDetailsResponse.Builder,GetRecoveryPointIndexDetailsResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetRecoveryPointIndexDetailsResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetRecoveryPointIndexDetailsResponse.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-