@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableImportFindingsForProductResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
EnableImportFindingsForProductResult() |
| Modifier and Type | Method and Description |
|---|---|
EnableImportFindingsForProductResult |
clone() |
boolean |
equals(Object obj) |
String |
getProductSubscriptionArn()
The ARN of a resource that represents your subscription to the product that generates the findings that you want
to import into Security Hub.
|
int |
hashCode() |
void |
setProductSubscriptionArn(String productSubscriptionArn)
The ARN of a resource that represents your subscription to the product that generates the findings that you want
to import into Security Hub.
|
String |
toString()
Returns a string representation of this object.
|
EnableImportFindingsForProductResult |
withProductSubscriptionArn(String productSubscriptionArn)
The ARN of a resource that represents your subscription to the product that generates the findings that you want
to import into Security Hub.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic EnableImportFindingsForProductResult()
public void setProductSubscriptionArn(String productSubscriptionArn)
The ARN of a resource that represents your subscription to the product that generates the findings that you want to import into Security Hub.
productSubscriptionArn - The ARN of a resource that represents your subscription to the product that generates the findings that
you want to import into Security Hub.public String getProductSubscriptionArn()
The ARN of a resource that represents your subscription to the product that generates the findings that you want to import into Security Hub.
public EnableImportFindingsForProductResult withProductSubscriptionArn(String productSubscriptionArn)
The ARN of a resource that represents your subscription to the product that generates the findings that you want to import into Security Hub.
productSubscriptionArn - The ARN of a resource that represents your subscription to the product that generates the findings that
you want to import into Security Hub.public String toString()
toString in class ObjectObject.toString()public EnableImportFindingsForProductResult clone()
Copyright © 2019. All rights reserved.