Class CreateRestoreTestingSelectionResponse
- 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.CreateRestoreTestingSelectionResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateRestoreTestingSelectionResponse.Builder,CreateRestoreTestingSelectionResponse>
@Generated("software.amazon.awssdk:codegen") public final class CreateRestoreTestingSelectionResponse extends BackupResponse implements ToCopyableBuilder<CreateRestoreTestingSelectionResponse.Builder,CreateRestoreTestingSelectionResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateRestoreTestingSelectionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateRestoreTestingSelectionResponse.Builderbuilder()InstantcreationTime()The time that the resource testing selection was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrestoreTestingPlanArn()The ARN of the restore testing plan with which the restore testing selection is associated.StringrestoreTestingPlanName()The name of the restore testing plan.StringrestoreTestingSelectionName()The name of the restore testing selection for the related restore testing plan.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CreateRestoreTestingSelectionResponse.Builder>serializableBuilderClass()CreateRestoreTestingSelectionResponse.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
-
creationTime
public final Instant creationTime()
The time that the resource testing selection was created.
- Returns:
- The time that the resource testing selection was created.
-
restoreTestingPlanArn
public final String restoreTestingPlanArn()
The ARN of the restore testing plan with which the restore testing selection is associated.
- Returns:
- The ARN of the restore testing plan with which the restore testing selection is associated.
-
restoreTestingPlanName
public final String restoreTestingPlanName()
The name of the restore testing plan.
The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.
- Returns:
- The name of the restore testing plan.
The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.
-
restoreTestingSelectionName
public final String restoreTestingSelectionName()
The name of the restore testing selection for the related restore testing plan.
- Returns:
- The name of the restore testing selection for the related restore testing plan.
-
toBuilder
public CreateRestoreTestingSelectionResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateRestoreTestingSelectionResponse.Builder,CreateRestoreTestingSelectionResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static CreateRestoreTestingSelectionResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateRestoreTestingSelectionResponse.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
-
-