@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetIncidentFindingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchGetIncidentFindingsRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetIncidentFindingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getFindingIds()
A list of IDs of findings for which you want to view details.
|
String |
getIncidentRecordArn()
The Amazon Resource Name (ARN) of the incident for which you want to view finding details.
|
int |
hashCode() |
void |
setFindingIds(Collection<String> findingIds)
A list of IDs of findings for which you want to view details.
|
void |
setIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident for which you want to view finding details.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetIncidentFindingsRequest |
withFindingIds(Collection<String> findingIds)
A list of IDs of findings for which you want to view details.
|
BatchGetIncidentFindingsRequest |
withFindingIds(String... findingIds)
A list of IDs of findings for which you want to view details.
|
BatchGetIncidentFindingsRequest |
withIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident for which you want to view finding details.
|
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 List<String> getFindingIds()
A list of IDs of findings for which you want to view details.
public void setFindingIds(Collection<String> findingIds)
A list of IDs of findings for which you want to view details.
findingIds
- A list of IDs of findings for which you want to view details.public BatchGetIncidentFindingsRequest withFindingIds(String... findingIds)
A list of IDs of findings for which you want to view details.
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
- A list of IDs of findings for which you want to view details.public BatchGetIncidentFindingsRequest withFindingIds(Collection<String> findingIds)
A list of IDs of findings for which you want to view details.
findingIds
- A list of IDs of findings for which you want to view details.public void setIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident for which you want to view finding details.
incidentRecordArn
- The Amazon Resource Name (ARN) of the incident for which you want to view finding details.public String getIncidentRecordArn()
The Amazon Resource Name (ARN) of the incident for which you want to view finding details.
public BatchGetIncidentFindingsRequest withIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident for which you want to view finding details.
incidentRecordArn
- The Amazon Resource Name (ARN) of the incident for which you want to view finding details.public String toString()
toString
in class Object
Object.toString()
public BatchGetIncidentFindingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()