@Generated(value="software.amazon.awssdk:codegen") public final class StorageLensAwsOrg extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StorageLensAwsOrg.Builder,StorageLensAwsOrg>
The Amazon Web Services organization for your S3 Storage Lens.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StorageLensAwsOrg.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
A container for the Amazon Resource Name (ARN) of the Amazon Web Services organization.
|
static StorageLensAwsOrg.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StorageLensAwsOrg.Builder> |
serializableBuilderClass() |
StorageLensAwsOrg.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
A container for the Amazon Resource Name (ARN) of the Amazon Web Services organization. This property is
read-only and follows the following format:
arn:aws:organizations:us-east-1:example-account-id:organization/o-ex2l495dck
arn:aws:organizations:us-east-1:example-account-id:organization/o-ex2l495dck public StorageLensAwsOrg.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StorageLensAwsOrg.Builder,StorageLensAwsOrg>public static StorageLensAwsOrg.Builder builder()
public static Class<? extends StorageLensAwsOrg.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.