public class RemoveAttributesFromFindingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RemoveAttributesFromFindingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
RemoveAttributesFromFindingsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getAttributeKeys()
The array of attribute keys that you want to remove from specified
findings.
|
List<String> |
getFindingArns()
The ARNs specifying the findings that you want to remove attributes from.
|
int |
hashCode() |
void |
setAttributeKeys(Collection<String> attributeKeys)
The array of attribute keys that you want to remove from specified
findings.
|
void |
setFindingArns(Collection<String> findingArns)
The ARNs specifying the findings that you want to remove attributes from.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RemoveAttributesFromFindingsRequest |
withAttributeKeys(Collection<String> attributeKeys)
The array of attribute keys that you want to remove from specified
findings.
|
RemoveAttributesFromFindingsRequest |
withAttributeKeys(String... attributeKeys)
The array of attribute keys that you want to remove from specified
findings.
|
RemoveAttributesFromFindingsRequest |
withFindingArns(Collection<String> findingArns)
The ARNs specifying the findings that you want to remove attributes from.
|
RemoveAttributesFromFindingsRequest |
withFindingArns(String... findingArns)
The ARNs specifying the findings that you want to remove attributes from.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getFindingArns()
The ARNs specifying the findings that you want to remove attributes from.
public void setFindingArns(Collection<String> findingArns)
The ARNs specifying the findings that you want to remove attributes from.
findingArns - The ARNs specifying the findings that you want to remove
attributes from.public RemoveAttributesFromFindingsRequest withFindingArns(String... findingArns)
The ARNs specifying the findings that you want to remove attributes from.
NOTE: This method appends the values to the existing list (if
any). Use setFindingArns(java.util.Collection) or
withFindingArns(java.util.Collection) if you want to override
the existing values.
findingArns - The ARNs specifying the findings that you want to remove
attributes from.public RemoveAttributesFromFindingsRequest withFindingArns(Collection<String> findingArns)
The ARNs specifying the findings that you want to remove attributes from.
findingArns - The ARNs specifying the findings that you want to remove
attributes from.public List<String> getAttributeKeys()
The array of attribute keys that you want to remove from specified findings.
public void setAttributeKeys(Collection<String> attributeKeys)
The array of attribute keys that you want to remove from specified findings.
attributeKeys - The array of attribute keys that you want to remove from specified
findings.public RemoveAttributesFromFindingsRequest withAttributeKeys(String... attributeKeys)
The array of attribute keys that you want to remove from specified findings.
NOTE: This method appends the values to the existing list (if
any). Use setAttributeKeys(java.util.Collection) or
withAttributeKeys(java.util.Collection) if you want to override
the existing values.
attributeKeys - The array of attribute keys that you want to remove from specified
findings.public RemoveAttributesFromFindingsRequest withAttributeKeys(Collection<String> attributeKeys)
The array of attribute keys that you want to remove from specified findings.
attributeKeys - The array of attribute keys that you want to remove from specified
findings.public String toString()
toString in class ObjectObject.toString()public RemoveAttributesFromFindingsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.