@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()
(Discontinued) The ID of the Amazon Macie Classic member account whose resources you want to associate with Macie
Classic.
|
List<S3ResourceClassification> |
getS3Resources()
(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data
classification.
|
int |
hashCode() |
void |
setMemberAccountId(String memberAccountId)
(Discontinued) The ID of the Amazon Macie Classic member account whose resources you want to associate with Macie
Classic.
|
void |
setS3Resources(Collection<S3ResourceClassification> s3Resources)
(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data
classification.
|
String |
toString()
Returns a string representation of this object.
|
AssociateS3ResourcesRequest |
withMemberAccountId(String memberAccountId)
(Discontinued) The ID of the Amazon Macie Classic member account whose resources you want to associate with Macie
Classic.
|
AssociateS3ResourcesRequest |
withS3Resources(Collection<S3ResourceClassification> s3Resources)
(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data
classification.
|
AssociateS3ResourcesRequest |
withS3Resources(S3ResourceClassification... s3Resources)
(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic 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)
(Discontinued) The ID of the Amazon Macie Classic member account whose resources you want to associate with Macie Classic.
memberAccountId
- (Discontinued) The ID of the Amazon Macie Classic member account whose resources you want to associate
with Macie Classic.public String getMemberAccountId()
(Discontinued) The ID of the Amazon Macie Classic member account whose resources you want to associate with Macie Classic.
public AssociateS3ResourcesRequest withMemberAccountId(String memberAccountId)
(Discontinued) The ID of the Amazon Macie Classic member account whose resources you want to associate with Macie Classic.
memberAccountId
- (Discontinued) The ID of the Amazon Macie Classic member account whose resources you want to associate
with Macie Classic.public List<S3ResourceClassification> getS3Resources()
(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification.
public void setS3Resources(Collection<S3ResourceClassification> s3Resources)
(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification.
s3Resources
- (Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and
data classification.public AssociateS3ResourcesRequest withS3Resources(S3ResourceClassification... s3Resources)
(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic 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
- (Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and
data classification.public AssociateS3ResourcesRequest withS3Resources(Collection<S3ResourceClassification> s3Resources)
(Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification.
s3Resources
- (Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and
data classification.public String toString()
toString
in class Object
Object.toString()
public AssociateS3ResourcesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.