Class AwsBackupRecoveryPointCreatedByDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsBackupRecoveryPointCreatedByDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsBackupRecoveryPointCreatedByDetails.Builder,AwsBackupRecoveryPointCreatedByDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsBackupRecoveryPointCreatedByDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsBackupRecoveryPointCreatedByDetails.Builder,AwsBackupRecoveryPointCreatedByDetails>
Contains information about the backup plan and rule that Backup used to initiate the recovery point backup.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsBackupRecoveryPointCreatedByDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbackupPlanArn()An Amazon Resource Name (ARN) that uniquely identifies a backup plan.StringbackupPlanId()Uniquely identifies a backup plan.StringbackupPlanVersion()Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long.StringbackupRuleId()Uniquely identifies a rule used to schedule the backup of a selection of resources.static AwsBackupRecoveryPointCreatedByDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AwsBackupRecoveryPointCreatedByDetails.Builder>serializableBuilderClass()AwsBackupRecoveryPointCreatedByDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
backupPlanArn
public final String backupPlanArn()
An Amazon Resource Name (ARN) that uniquely identifies a backup plan.
- Returns:
- An Amazon Resource Name (ARN) that uniquely identifies a backup plan.
-
backupPlanId
public final String backupPlanId()
Uniquely identifies a backup plan.
- Returns:
- Uniquely identifies a backup plan.
-
backupPlanVersion
public final String backupPlanVersion()
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
- Returns:
- Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
-
backupRuleId
public final String backupRuleId()
Uniquely identifies a rule used to schedule the backup of a selection of resources.
- Returns:
- Uniquely identifies a rule used to schedule the backup of a selection of resources.
-
toBuilder
public AwsBackupRecoveryPointCreatedByDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsBackupRecoveryPointCreatedByDetails.Builder,AwsBackupRecoveryPointCreatedByDetails>
-
builder
public static AwsBackupRecoveryPointCreatedByDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsBackupRecoveryPointCreatedByDetails.Builder> serializableBuilderClass()
-
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.
-
-