@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StorageLensAwsOrg extends Object implements Serializable, Cloneable
The AWS organization for your S3 Storage Lens.
Constructor and Description |
---|
StorageLensAwsOrg() |
Modifier and Type | Method and Description |
---|---|
StorageLensAwsOrg |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
A container for the Amazon Resource Name (ARN) of the AWS organization.
|
int |
hashCode() |
void |
setArn(String arn)
A container for the Amazon Resource Name (ARN) of the AWS organization.
|
String |
toString()
Returns a string representation of this object.
|
StorageLensAwsOrg |
withArn(String arn)
A container for the Amazon Resource Name (ARN) of the AWS organization.
|
public void setArn(String arn)
A container for the Amazon Resource Name (ARN) of the AWS organization. This property is read-only and follows
the following format:
arn:aws:organizations:us-east-1:example-account-id:organization/o-ex2l495dck
arn
- A container for the Amazon Resource Name (ARN) of the AWS organization. This property is read-only and
follows the following format:
arn:aws:organizations:us-east-1:example-account-id:organization/o-ex2l495dck
public String getArn()
A container for the Amazon Resource Name (ARN) of the AWS 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 withArn(String arn)
A container for the Amazon Resource Name (ARN) of the AWS organization. This property is read-only and follows
the following format:
arn:aws:organizations:us-east-1:example-account-id:organization/o-ex2l495dck
arn
- A container for the Amazon Resource Name (ARN) of the AWS organization. This property is read-only and
follows the following format:
arn:aws:organizations:us-east-1:example-account-id:organization/o-ex2l495dck
public String toString()
toString
in class Object
Object.toString()
public StorageLensAwsOrg clone()