@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableImportFindingsForProductRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
EnableImportFindingsForProductRequest() |
| Modifier and Type | Method and Description |
|---|---|
EnableImportFindingsForProductRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getProductArn()
The ARN of the product that generates findings that you want to import into Security Hub.
|
int |
hashCode() |
void |
setProductArn(String productArn)
The ARN of the product that generates findings that you want to import into Security Hub.
|
String |
toString()
Returns a string representation of this object.
|
EnableImportFindingsForProductRequest |
withProductArn(String productArn)
The ARN of the product that generates findings that you want to import into Security Hub.
|
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, withSdkRequestTimeoutpublic EnableImportFindingsForProductRequest()
public void setProductArn(String productArn)
The ARN of the product that generates findings that you want to import into Security Hub.
productArn - The ARN of the product that generates findings that you want to import into Security Hub.public String getProductArn()
The ARN of the product that generates findings that you want to import into Security Hub.
public EnableImportFindingsForProductRequest withProductArn(String productArn)
The ARN of the product that generates findings that you want to import into Security Hub.
productArn - The ARN of the product that generates findings that you want to import into Security Hub.public String toString()
toString in class ObjectObject.toString()public EnableImportFindingsForProductRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.