@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 to enable the integration for. | 
| int | hashCode() | 
| void | setProductArn(String productArn)
 The ARN of the product to enable the integration for. | 
| String | toString()Returns a string representation of this object. | 
| EnableImportFindingsForProductRequest | withProductArn(String productArn)
 The ARN of the product to enable the integration for. | 
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 to enable the integration for.
productArn - The ARN of the product to enable the integration for.public String getProductArn()
The ARN of the product to enable the integration for.
public EnableImportFindingsForProductRequest withProductArn(String productArn)
The ARN of the product to enable the integration for.
productArn - The ARN of the product to enable the integration for.public String toString()
toString in class ObjectObject.toString()public EnableImportFindingsForProductRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()