@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateS3ResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateS3ResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateS3ResourcesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getMemberAccountId()
(Discontinued) The Amazon Web Services account ID of the Amazon Macie Classic member account whose S3 resources'
classification types you want to update.
|
List<S3ResourceClassificationUpdate> |
getS3ResourcesUpdate()
(Discontinued) The S3 resources whose classification types you want to update.
|
int |
hashCode() |
void |
setMemberAccountId(String memberAccountId)
(Discontinued) The Amazon Web Services account ID of the Amazon Macie Classic member account whose S3 resources'
classification types you want to update.
|
void |
setS3ResourcesUpdate(Collection<S3ResourceClassificationUpdate> s3ResourcesUpdate)
(Discontinued) The S3 resources whose classification types you want to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateS3ResourcesRequest |
withMemberAccountId(String memberAccountId)
(Discontinued) The Amazon Web Services account ID of the Amazon Macie Classic member account whose S3 resources'
classification types you want to update.
|
UpdateS3ResourcesRequest |
withS3ResourcesUpdate(Collection<S3ResourceClassificationUpdate> s3ResourcesUpdate)
(Discontinued) The S3 resources whose classification types you want to update.
|
UpdateS3ResourcesRequest |
withS3ResourcesUpdate(S3ResourceClassificationUpdate... s3ResourcesUpdate)
(Discontinued) The S3 resources whose classification types you want to update.
|
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 Amazon Web Services account ID of the Amazon Macie Classic member account whose S3 resources' classification types you want to update.
memberAccountId
- (Discontinued) The Amazon Web Services account ID of the Amazon Macie Classic member account whose S3
resources' classification types you want to update.public String getMemberAccountId()
(Discontinued) The Amazon Web Services account ID of the Amazon Macie Classic member account whose S3 resources' classification types you want to update.
public UpdateS3ResourcesRequest withMemberAccountId(String memberAccountId)
(Discontinued) The Amazon Web Services account ID of the Amazon Macie Classic member account whose S3 resources' classification types you want to update.
memberAccountId
- (Discontinued) The Amazon Web Services account ID of the Amazon Macie Classic member account whose S3
resources' classification types you want to update.public List<S3ResourceClassificationUpdate> getS3ResourcesUpdate()
(Discontinued) The S3 resources whose classification types you want to update.
public void setS3ResourcesUpdate(Collection<S3ResourceClassificationUpdate> s3ResourcesUpdate)
(Discontinued) The S3 resources whose classification types you want to update.
s3ResourcesUpdate
- (Discontinued) The S3 resources whose classification types you want to update.public UpdateS3ResourcesRequest withS3ResourcesUpdate(S3ResourceClassificationUpdate... s3ResourcesUpdate)
(Discontinued) The S3 resources whose classification types you want to update.
NOTE: This method appends the values to the existing list (if any). Use
setS3ResourcesUpdate(java.util.Collection)
or withS3ResourcesUpdate(java.util.Collection)
if
you want to override the existing values.
s3ResourcesUpdate
- (Discontinued) The S3 resources whose classification types you want to update.public UpdateS3ResourcesRequest withS3ResourcesUpdate(Collection<S3ResourceClassificationUpdate> s3ResourcesUpdate)
(Discontinued) The S3 resources whose classification types you want to update.
s3ResourcesUpdate
- (Discontinued) The S3 resources whose classification types you want to update.public String toString()
toString
in class Object
Object.toString()
public UpdateS3ResourcesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.