@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateS3ResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateS3ResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateS3ResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<S3Resource> |
getAssociatedS3Resources()
The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon
Macie.
|
String |
getMemberAccountId()
The ID of the Amazon Macie member account whose resources you want to remove from being monitored by Amazon
Macie.
|
int |
hashCode() |
void |
setAssociatedS3Resources(Collection<S3Resource> associatedS3Resources)
The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon
Macie.
|
void |
setMemberAccountId(String memberAccountId)
The ID of the Amazon Macie member account whose resources you want to remove from being monitored by Amazon
Macie.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateS3ResourcesRequest |
withAssociatedS3Resources(Collection<S3Resource> associatedS3Resources)
The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon
Macie.
|
DisassociateS3ResourcesRequest |
withAssociatedS3Resources(S3Resource... associatedS3Resources)
The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon
Macie.
|
DisassociateS3ResourcesRequest |
withMemberAccountId(String memberAccountId)
The ID of the Amazon Macie member account whose resources you want to remove from being monitored by Amazon
Macie.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMemberAccountId(String memberAccountId)
The ID of the Amazon Macie member account whose resources you want to remove from being monitored by Amazon Macie.
memberAccountId
- The ID of the Amazon Macie member account whose resources you want to remove from being monitored by
Amazon Macie.public String getMemberAccountId()
The ID of the Amazon Macie member account whose resources you want to remove from being monitored by Amazon Macie.
public DisassociateS3ResourcesRequest withMemberAccountId(String memberAccountId)
The ID of the Amazon Macie member account whose resources you want to remove from being monitored by Amazon Macie.
memberAccountId
- The ID of the Amazon Macie member account whose resources you want to remove from being monitored by
Amazon Macie.public List<S3Resource> getAssociatedS3Resources()
The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie.
public void setAssociatedS3Resources(Collection<S3Resource> associatedS3Resources)
The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie.
associatedS3Resources
- The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by
Amazon Macie.public DisassociateS3ResourcesRequest withAssociatedS3Resources(S3Resource... associatedS3Resources)
The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie.
NOTE: This method appends the values to the existing list (if any). Use
setAssociatedS3Resources(java.util.Collection)
or
withAssociatedS3Resources(java.util.Collection)
if you want to override the existing values.
associatedS3Resources
- The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by
Amazon Macie.public DisassociateS3ResourcesRequest withAssociatedS3Resources(Collection<S3Resource> associatedS3Resources)
The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie.
associatedS3Resources
- The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by
Amazon Macie.public String toString()
toString
in class Object
Object.toString()
public DisassociateS3ResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.