@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateS3ResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateS3ResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateS3ResourcesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getMemberAccountId()
The ID of the Amazon Macie member account whose resources you want to associate with Macie.
|
List<S3ResourceClassification> |
getS3Resources()
The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.
|
int |
hashCode() |
void |
setMemberAccountId(String memberAccountId)
The ID of the Amazon Macie member account whose resources you want to associate with Macie.
|
void |
setS3Resources(Collection<S3ResourceClassification> s3Resources)
The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AssociateS3ResourcesRequest |
withMemberAccountId(String memberAccountId)
The ID of the Amazon Macie member account whose resources you want to associate with Macie.
|
AssociateS3ResourcesRequest |
withS3Resources(Collection<S3ResourceClassification> s3Resources)
The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.
|
AssociateS3ResourcesRequest |
withS3Resources(S3ResourceClassification... s3Resources)
The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.
|
addHandlerContext, copyBaseTo, 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 associate with Macie.
memberAccountId
- The ID of the Amazon Macie member account whose resources you want to associate with Macie.public String getMemberAccountId()
The ID of the Amazon Macie member account whose resources you want to associate with Macie.
public AssociateS3ResourcesRequest withMemberAccountId(String memberAccountId)
The ID of the Amazon Macie member account whose resources you want to associate with Macie.
memberAccountId
- The ID of the Amazon Macie member account whose resources you want to associate with Macie.public List<S3ResourceClassification> getS3Resources()
The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.
public void setS3Resources(Collection<S3ResourceClassification> s3Resources)
The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.
s3Resources
- The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.public AssociateS3ResourcesRequest withS3Resources(S3ResourceClassification... s3Resources)
The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.
NOTE: This method appends the values to the existing list (if any). Use
setS3Resources(java.util.Collection)
or withS3Resources(java.util.Collection)
if you want to
override the existing values.
s3Resources
- The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.public AssociateS3ResourcesRequest withS3Resources(Collection<S3ResourceClassification> s3Resources)
The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.
s3Resources
- The S3 resources that you want to associate with Amazon Macie for monitoring and data classification.public String toString()
toString
in class Object
Object.toString()
public AssociateS3ResourcesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2018. All rights reserved.