Class CreateReportPlanResponse
- 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.CreateReportPlanResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateReportPlanResponse.Builder,CreateReportPlanResponse>
@Generated("software.amazon.awssdk:codegen") public final class CreateReportPlanResponse extends BackupResponse implements ToCopyableBuilder<CreateReportPlanResponse.Builder,CreateReportPlanResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateReportPlanResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateReportPlanResponse.Builderbuilder()InstantcreationTime()The date and time a backup vault is created, in Unix format and Coordinated Universal Time (UTC).booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringreportPlanArn()An Amazon Resource Name (ARN) that uniquely identifies a resource.StringreportPlanName()The unique name of the report plan.List<SdkField<?>>sdkFields()static Class<? extends CreateReportPlanResponse.Builder>serializableBuilderClass()CreateReportPlanResponse.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
-
reportPlanName
public final String reportPlanName()
The unique name of the report plan.
- Returns:
- The unique name of the report plan.
-
reportPlanArn
public final String reportPlanArn()
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
- Returns:
- An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
-
creationTime
public final Instant creationTime()
The date and time a backup vault is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationTimeis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.- Returns:
- The date and time a backup vault is created, in Unix format and Coordinated Universal Time (UTC). The
value of
CreationTimeis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
-
toBuilder
public CreateReportPlanResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateReportPlanResponse.Builder,CreateReportPlanResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static CreateReportPlanResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateReportPlanResponse.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
-
-