@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateClassificationScopeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateClassificationScopeRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateClassificationScopeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The unique identifier for the Amazon Macie resource that the request applies to.
|
S3ClassificationScopeUpdate |
getS3()
The S3 buckets to add or remove from the exclusion list defined by the classification scope.
|
int |
hashCode() |
void |
setId(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
|
void |
setS3(S3ClassificationScopeUpdate s3)
The S3 buckets to add or remove from the exclusion list defined by the classification scope.
|
String |
toString()
Returns a string representation of this object.
|
UpdateClassificationScopeRequest |
withId(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
|
UpdateClassificationScopeRequest |
withS3(S3ClassificationScopeUpdate s3)
The S3 buckets to add or remove from the exclusion list defined by the classification scope.
|
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 setId(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
id
- The unique identifier for the Amazon Macie resource that the request applies to.public String getId()
The unique identifier for the Amazon Macie resource that the request applies to.
public UpdateClassificationScopeRequest withId(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
id
- The unique identifier for the Amazon Macie resource that the request applies to.public void setS3(S3ClassificationScopeUpdate s3)
The S3 buckets to add or remove from the exclusion list defined by the classification scope.
s3
- The S3 buckets to add or remove from the exclusion list defined by the classification scope.public S3ClassificationScopeUpdate getS3()
The S3 buckets to add or remove from the exclusion list defined by the classification scope.
public UpdateClassificationScopeRequest withS3(S3ClassificationScopeUpdate s3)
The S3 buckets to add or remove from the exclusion list defined by the classification scope.
s3
- The S3 buckets to add or remove from the exclusion list defined by the classification scope.public String toString()
toString
in class Object
Object.toString()
public UpdateClassificationScopeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()