@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnarchiveFindingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UnarchiveFindingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
UnarchiveFindingsRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getFindingIds()
An array of strings that lists the unique identifiers for the findings to reactivate.
|
int |
hashCode() |
void |
setFindingIds(Collection<String> findingIds)
An array of strings that lists the unique identifiers for the findings to reactivate.
|
String |
toString()
Returns a string representation of this object.
|
UnarchiveFindingsRequest |
withFindingIds(Collection<String> findingIds)
An array of strings that lists the unique identifiers for the findings to reactivate.
|
UnarchiveFindingsRequest |
withFindingIds(String... findingIds)
An array of strings that lists the unique identifiers for the findings to reactivate.
|
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, withSdkRequestTimeoutpublic List<String> getFindingIds()
An array of strings that lists the unique identifiers for the findings to reactivate.
public void setFindingIds(Collection<String> findingIds)
An array of strings that lists the unique identifiers for the findings to reactivate.
findingIds - An array of strings that lists the unique identifiers for the findings to reactivate.public UnarchiveFindingsRequest withFindingIds(String... findingIds)
An array of strings that lists the unique identifiers for the findings to reactivate.
NOTE: This method appends the values to the existing list (if any). Use
setFindingIds(java.util.Collection) or withFindingIds(java.util.Collection) if you want to
override the existing values.
findingIds - An array of strings that lists the unique identifiers for the findings to reactivate.public UnarchiveFindingsRequest withFindingIds(Collection<String> findingIds)
An array of strings that lists the unique identifiers for the findings to reactivate.
findingIds - An array of strings that lists the unique identifiers for the findings to reactivate.public String toString()
toString in class ObjectObject.toString()public UnarchiveFindingsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.