@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getFindingTypes()
An array of finding types, one for each type of sample finding to create.
|
int |
hashCode() |
void |
setFindingTypes(Collection<String> findingTypes)
An array of finding types, one for each type of sample finding to create.
|
String |
toString()
Returns a string representation of this object.
|
CreateSampleFindingsRequest |
withFindingTypes(Collection<String> findingTypes)
An array of finding types, one for each type of sample finding to create.
|
CreateSampleFindingsRequest |
withFindingTypes(FindingType... findingTypes)
An array of finding types, one for each type of sample finding to create.
|
CreateSampleFindingsRequest |
withFindingTypes(String... findingTypes)
An array of finding types, one for each type of sample finding to create.
|
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> getFindingTypes()
An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.
FindingType
public void setFindingTypes(Collection<String> findingTypes)
An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.
findingTypes
- An array of finding types, one for each type of sample finding to create. To create a sample of every type
of finding that Amazon Macie supports, don't include this array in your request.FindingType
public CreateSampleFindingsRequest withFindingTypes(String... findingTypes)
An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.
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
- An array of finding types, one for each type of sample finding to create. To create a sample of every type
of finding that Amazon Macie supports, don't include this array in your request.FindingType
public CreateSampleFindingsRequest withFindingTypes(Collection<String> findingTypes)
An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.
findingTypes
- An array of finding types, one for each type of sample finding to create. To create a sample of every type
of finding that Amazon Macie supports, don't include this array in your request.FindingType
public CreateSampleFindingsRequest withFindingTypes(FindingType... findingTypes)
An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.
findingTypes
- An array of finding types, one for each type of sample finding to create. To create a sample of every type
of finding that Amazon Macie supports, don't include this array in your request.FindingType
public String toString()
toString
in class Object
Object.toString()
public CreateSampleFindingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()