@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDRTAccessResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDRTAccessResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDRTAccessResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getLogBucketList()
The list of Amazon S3 buckets accessed by the DRT.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the role the DRT used to access your AWS account.
|
int |
hashCode() |
void |
setLogBucketList(Collection<String> logBucketList)
The list of Amazon S3 buckets accessed by the DRT.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role the DRT used to access your AWS account.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDRTAccessResult |
withLogBucketList(Collection<String> logBucketList)
The list of Amazon S3 buckets accessed by the DRT.
|
DescribeDRTAccessResult |
withLogBucketList(String... logBucketList)
The list of Amazon S3 buckets accessed by the DRT.
|
DescribeDRTAccessResult |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role the DRT used to access your AWS account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role the DRT used to access your AWS account.
roleArn
- The Amazon Resource Name (ARN) of the role the DRT used to access your AWS account.public String getRoleArn()
The Amazon Resource Name (ARN) of the role the DRT used to access your AWS account.
public DescribeDRTAccessResult withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role the DRT used to access your AWS account.
roleArn
- The Amazon Resource Name (ARN) of the role the DRT used to access your AWS account.public List<String> getLogBucketList()
The list of Amazon S3 buckets accessed by the DRT.
public void setLogBucketList(Collection<String> logBucketList)
The list of Amazon S3 buckets accessed by the DRT.
logBucketList
- The list of Amazon S3 buckets accessed by the DRT.public DescribeDRTAccessResult withLogBucketList(String... logBucketList)
The list of Amazon S3 buckets accessed by the DRT.
NOTE: This method appends the values to the existing list (if any). Use
setLogBucketList(java.util.Collection)
or withLogBucketList(java.util.Collection)
if you want
to override the existing values.
logBucketList
- The list of Amazon S3 buckets accessed by the DRT.public DescribeDRTAccessResult withLogBucketList(Collection<String> logBucketList)
The list of Amazon S3 buckets accessed by the DRT.
logBucketList
- The list of Amazon S3 buckets accessed by the DRT.public String toString()
toString
in class Object
Object.toString()
public DescribeDRTAccessResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.