@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 Classic.
|
String |
getMemberAccountId()
The ID of the Amazon Macie Classic member account whose resources you want to remove from being monitored by
Macie Classic.
|
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 Classic.
|
void |
setMemberAccountId(String memberAccountId)
The ID of the Amazon Macie Classic member account whose resources you want to remove from being monitored by
Macie Classic.
|
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 Classic.
|
DisassociateS3ResourcesRequest |
withAssociatedS3Resources(S3Resource... associatedS3Resources)
The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon
Macie Classic.
|
DisassociateS3ResourcesRequest |
withMemberAccountId(String memberAccountId)
The ID of the Amazon Macie Classic member account whose resources you want to remove from being monitored by
Macie Classic.
|
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 Classic member account whose resources you want to remove from being monitored by Macie Classic.
memberAccountId
- The ID of the Amazon Macie Classic member account whose resources you want to remove from being monitored
by Macie Classic.public String getMemberAccountId()
The ID of the Amazon Macie Classic member account whose resources you want to remove from being monitored by Macie Classic.
public DisassociateS3ResourcesRequest withMemberAccountId(String memberAccountId)
The ID of the Amazon Macie Classic member account whose resources you want to remove from being monitored by Macie Classic.
memberAccountId
- The ID of the Amazon Macie Classic member account whose resources you want to remove from being monitored
by Macie Classic.public List<S3Resource> getAssociatedS3Resources()
The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie Classic.
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 Classic.
associatedS3Resources
- The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by
Amazon Macie Classic.public DisassociateS3ResourcesRequest withAssociatedS3Resources(S3Resource... associatedS3Resources)
The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie Classic.
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 Classic.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 Classic.
associatedS3Resources
- The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by
Amazon Macie Classic.public String toString()
toString
in class Object
Object.toString()
public DisassociateS3ResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()