Class StorageClassAnalysis
java.lang.Object
software.amazon.awssdk.services.s3.model.StorageClassAnalysis
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StorageClassAnalysis.Builder,StorageClassAnalysis>
@Generated("software.amazon.awssdk:codegen")
public final class StorageClassAnalysis
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<StorageClassAnalysis.Builder,StorageClassAnalysis>
Specifies data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes for an Amazon S3 bucket.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic StorageClassAnalysis.Builderbuilder()Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends StorageClassAnalysis.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
dataExport
Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.
- Returns:
- Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<StorageClassAnalysis.Builder,StorageClassAnalysis>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-