Class UpdateRestoreTestingSelectionResponse
- 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.UpdateRestoreTestingSelectionResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateRestoreTestingSelectionResponse.Builder,UpdateRestoreTestingSelectionResponse>
@Generated("software.amazon.awssdk:codegen") public final class UpdateRestoreTestingSelectionResponse extends BackupResponse implements ToCopyableBuilder<UpdateRestoreTestingSelectionResponse.Builder,UpdateRestoreTestingSelectionResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateRestoreTestingSelectionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateRestoreTestingSelectionResponse.Builderbuilder()InstantcreationTime()The time the resource testing selection was updated successfully.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrestoreTestingPlanArn()Unique string that is the name of the restore testing plan.StringrestoreTestingPlanName()The restore testing plan with which the updated restore testing selection is associated.StringrestoreTestingSelectionName()The returned restore testing selection name.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateRestoreTestingSelectionResponse.Builder>serializableBuilderClass()UpdateRestoreTestingSelectionResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateTime()The time the update completed for the restore testing selection.-
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
-
creationTime
public final Instant creationTime()
The time the resource testing selection was updated successfully.
- Returns:
- The time the resource testing selection was updated successfully.
-
restoreTestingPlanArn
public final String restoreTestingPlanArn()
Unique string that is the name of the restore testing plan.
- Returns:
- Unique string that is the name of the restore testing plan.
-
restoreTestingPlanName
public final String restoreTestingPlanName()
The restore testing plan with which the updated restore testing selection is associated.
- Returns:
- The restore testing plan with which the updated restore testing selection is associated.
-
restoreTestingSelectionName
public final String restoreTestingSelectionName()
The returned restore testing selection name.
- Returns:
- The returned restore testing selection name.
-
updateTime
public final Instant updateTime()
The time the update completed for the restore testing selection.
- Returns:
- The time the update completed for the restore testing selection.
-
toBuilder
public UpdateRestoreTestingSelectionResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateRestoreTestingSelectionResponse.Builder,UpdateRestoreTestingSelectionResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static UpdateRestoreTestingSelectionResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateRestoreTestingSelectionResponse.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
-
-