@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableImportFindingsForProductRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisableImportFindingsForProductRequest() |
Modifier and Type | Method and Description |
---|---|
DisableImportFindingsForProductRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getProductSubscriptionArn()
The ARN of a resource that represents your subscription to a supported product.
|
int |
hashCode() |
void |
setProductSubscriptionArn(String productSubscriptionArn)
The ARN of a resource that represents your subscription to a supported product.
|
String |
toString()
Returns a string representation of this object.
|
DisableImportFindingsForProductRequest |
withProductSubscriptionArn(String productSubscriptionArn)
The ARN of a resource that represents your subscription to a supported product.
|
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 DisableImportFindingsForProductRequest()
public void setProductSubscriptionArn(String productSubscriptionArn)
The ARN of a resource that represents your subscription to a supported product.
productSubscriptionArn
- The ARN of a resource that represents your subscription to a supported product.public String getProductSubscriptionArn()
The ARN of a resource that represents your subscription to a supported product.
public DisableImportFindingsForProductRequest withProductSubscriptionArn(String productSubscriptionArn)
The ARN of a resource that represents your subscription to a supported product.
productSubscriptionArn
- The ARN of a resource that represents your subscription to a supported product.public String toString()
toString
in class Object
Object.toString()
public DisableImportFindingsForProductRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.