@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSampleFindingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateSampleFindingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateSampleFindingsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDetectorId()
The ID of the detector to create sample findings for.
|
List<String> |
getFindingTypes()
Types of sample findings that you want to generate.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The ID of the detector to create sample findings for.
|
void |
setFindingTypes(Collection<String> findingTypes)
Types of sample findings that you want to generate.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateSampleFindingsRequest |
withDetectorId(String detectorId)
The ID of the detector to create sample findings for.
|
CreateSampleFindingsRequest |
withFindingTypes(Collection<String> findingTypes)
Types of sample findings that you want to generate.
|
CreateSampleFindingsRequest |
withFindingTypes(String... findingTypes)
Types of sample findings that you want to generate.
|
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 void setDetectorId(String detectorId)
detectorId - The ID of the detector to create sample findings for.public String getDetectorId()
public CreateSampleFindingsRequest withDetectorId(String detectorId)
detectorId - The ID of the detector to create sample findings for.public List<String> getFindingTypes()
public void setFindingTypes(Collection<String> findingTypes)
findingTypes - Types of sample findings that you want to generate.public CreateSampleFindingsRequest withFindingTypes(String... findingTypes)
NOTE: This method appends the values to the existing list (if any). Use
setFindingTypes(java.util.Collection) or withFindingTypes(java.util.Collection) if you want to
override the existing values.
findingTypes - Types of sample findings that you want to generate.public CreateSampleFindingsRequest withFindingTypes(Collection<String> findingTypes)
findingTypes - Types of sample findings that you want to generate.public String toString()
toString in class ObjectObject.toString()public CreateSampleFindingsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.