@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateResourceProfileDetectionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
UpdateResourceProfileDetectionsRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateResourceProfileDetectionsRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getResourceArn()
 The Amazon Resource Name (ARN) of the S3 bucket that the request applies to. 
 | 
List<SuppressDataIdentifier> | 
getSuppressDataIdentifiers()
 An array of objects, one for each custom data identifier or managed data identifier that detected the type of
 sensitive data to start excluding or including in the bucket's score. 
 | 
int | 
hashCode()  | 
void | 
setResourceArn(String resourceArn)
 The Amazon Resource Name (ARN) of the S3 bucket that the request applies to. 
 | 
void | 
setSuppressDataIdentifiers(Collection<SuppressDataIdentifier> suppressDataIdentifiers)
 An array of objects, one for each custom data identifier or managed data identifier that detected the type of
 sensitive data to start excluding or including in the bucket's score. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
UpdateResourceProfileDetectionsRequest | 
withResourceArn(String resourceArn)
 The Amazon Resource Name (ARN) of the S3 bucket that the request applies to. 
 | 
UpdateResourceProfileDetectionsRequest | 
withSuppressDataIdentifiers(Collection<SuppressDataIdentifier> suppressDataIdentifiers)
 An array of objects, one for each custom data identifier or managed data identifier that detected the type of
 sensitive data to start excluding or including in the bucket's score. 
 | 
UpdateResourceProfileDetectionsRequest | 
withSuppressDataIdentifiers(SuppressDataIdentifier... suppressDataIdentifiers)
 An array of objects, one for each custom data identifier or managed data identifier that detected the type of
 sensitive data to start excluding or including in the bucket's score. 
 | 
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, withSdkRequestTimeoutpublic UpdateResourceProfileDetectionsRequest()
public void setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.
resourceArn - The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.public String getResourceArn()
The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.
public UpdateResourceProfileDetectionsRequest withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.
resourceArn - The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.public List<SuppressDataIdentifier> getSuppressDataIdentifiers()
An array of objects, one for each custom data identifier or managed data identifier that detected the type of sensitive data to start excluding or including in the bucket's score. To start including all sensitive data types in the score, don't specify any values for this array.
public void setSuppressDataIdentifiers(Collection<SuppressDataIdentifier> suppressDataIdentifiers)
An array of objects, one for each custom data identifier or managed data identifier that detected the type of sensitive data to start excluding or including in the bucket's score. To start including all sensitive data types in the score, don't specify any values for this array.
suppressDataIdentifiers - An array of objects, one for each custom data identifier or managed data identifier that detected the type
        of sensitive data to start excluding or including in the bucket's score. To start including all sensitive
        data types in the score, don't specify any values for this array.public UpdateResourceProfileDetectionsRequest withSuppressDataIdentifiers(SuppressDataIdentifier... suppressDataIdentifiers)
An array of objects, one for each custom data identifier or managed data identifier that detected the type of sensitive data to start excluding or including in the bucket's score. To start including all sensitive data types in the score, don't specify any values for this array.
 NOTE: This method appends the values to the existing list (if any). Use
 setSuppressDataIdentifiers(java.util.Collection) or
 withSuppressDataIdentifiers(java.util.Collection) if you want to override the existing values.
 
suppressDataIdentifiers - An array of objects, one for each custom data identifier or managed data identifier that detected the type
        of sensitive data to start excluding or including in the bucket's score. To start including all sensitive
        data types in the score, don't specify any values for this array.public UpdateResourceProfileDetectionsRequest withSuppressDataIdentifiers(Collection<SuppressDataIdentifier> suppressDataIdentifiers)
An array of objects, one for each custom data identifier or managed data identifier that detected the type of sensitive data to start excluding or including in the bucket's score. To start including all sensitive data types in the score, don't specify any values for this array.
suppressDataIdentifiers - An array of objects, one for each custom data identifier or managed data identifier that detected the type
        of sensitive data to start excluding or including in the bucket's score. To start including all sensitive
        data types in the score, don't specify any values for this array.public String toString()
toString in class ObjectObject.toString()public UpdateResourceProfileDetectionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()