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()This is the time the resource testing selection was created successfully.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrestoreTestingPlanArn()This is the ARN of the restore testing plan with which the restore testing selection is associated.StringrestoreTestingPlanName()Unique string that is the name of the restore testing plan.StringrestoreTestingSelectionName()This is the unique name of the restore testing selection that belongs to the related restore testing plan.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()
This is the time the resource testing selection was created successfully.
- Returns:
- This is the time the resource testing selection was created successfully.
-
restoreTestingPlanArn
public final String restoreTestingPlanArn()
This is the ARN of the restore testing plan with which the restore testing selection is associated.
- Returns:
- This is the ARN of the restore testing plan with which the restore testing selection is associated.
-
restoreTestingPlanName
public final String restoreTestingPlanName()
Unique string that is 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:
- Unique string that is 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()
This is the unique name of the restore testing selection that belongs to the related restore testing plan.
- Returns:
- This is the unique name of the restore testing selection that belongs to 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
-
-