@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, withSdkRequestTimeout
public 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 Object
Object.toString()
public EnableImportFindingsForProductRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.