public class RemoveAttributesFromFindingsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.lang.String> |
attributeKeys
The array of attribute keys that you want to remove from specified
findings.
|
private java.util.List<java.lang.String> |
findingArns
The ARNs that specify the findings that you want to remove attributes
from.
|
NOOP
Constructor and Description |
---|
RemoveAttributesFromFindingsRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveAttributesFromFindingsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getAttributeKeys()
The array of attribute keys that you want to remove from specified
findings.
|
java.util.List<java.lang.String> |
getFindingArns()
The ARNs that specify the findings that you want to remove attributes
from.
|
int |
hashCode() |
void |
setAttributeKeys(java.util.Collection<java.lang.String> attributeKeys)
The array of attribute keys that you want to remove from specified
findings.
|
void |
setFindingArns(java.util.Collection<java.lang.String> findingArns)
The ARNs that specify the findings that you want to remove attributes
from.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RemoveAttributesFromFindingsRequest |
withAttributeKeys(java.util.Collection<java.lang.String> attributeKeys)
The array of attribute keys that you want to remove from specified
findings.
|
RemoveAttributesFromFindingsRequest |
withAttributeKeys(java.lang.String... attributeKeys)
The array of attribute keys that you want to remove from specified
findings.
|
RemoveAttributesFromFindingsRequest |
withFindingArns(java.util.Collection<java.lang.String> findingArns)
The ARNs that specify the findings that you want to remove attributes
from.
|
RemoveAttributesFromFindingsRequest |
withFindingArns(java.lang.String... findingArns)
The ARNs that specify the findings that you want to remove attributes
from.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.util.List<java.lang.String> findingArns
The ARNs that specify the findings that you want to remove attributes from.
private java.util.List<java.lang.String> attributeKeys
The array of attribute keys that you want to remove from specified findings.
public java.util.List<java.lang.String> getFindingArns()
The ARNs that specify the findings that you want to remove attributes from.
public void setFindingArns(java.util.Collection<java.lang.String> findingArns)
The ARNs that specify the findings that you want to remove attributes from.
findingArns
- The ARNs that specify the findings that you want to remove
attributes from.public RemoveAttributesFromFindingsRequest withFindingArns(java.lang.String... findingArns)
The ARNs that specify 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 that specify the findings that you want to remove
attributes from.public RemoveAttributesFromFindingsRequest withFindingArns(java.util.Collection<java.lang.String> findingArns)
The ARNs that specify the findings that you want to remove attributes from.
findingArns
- The ARNs that specify the findings that you want to remove
attributes from.public java.util.List<java.lang.String> getAttributeKeys()
The array of attribute keys that you want to remove from specified findings.
public void setAttributeKeys(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public RemoveAttributesFromFindingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()