@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StandardsSubscription extends Object implements Serializable, Cloneable, StructuredPojo
A resource that represents your subscription to a supported standard.
| Constructor and Description |
|---|
StandardsSubscription() |
| Modifier and Type | Method and Description |
|---|---|
StandardsSubscription |
addStandardsInputEntry(String key,
String value) |
StandardsSubscription |
clearStandardsInputEntries()
Removes all the entries added into StandardsInput.
|
StandardsSubscription |
clone() |
boolean |
equals(Object obj) |
String |
getStandardsArn()
The ARN of a standard.
|
Map<String,String> |
getStandardsInput()
A key-value pair of input for the standard.
|
String |
getStandardsStatus()
The status of the standards subscription.
|
String |
getStandardsSubscriptionArn()
The ARN of a resource that represents your subscription to a supported standard.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStandardsArn(String standardsArn)
The ARN of a standard.
|
void |
setStandardsInput(Map<String,String> standardsInput)
A key-value pair of input for the standard.
|
void |
setStandardsStatus(String standardsStatus)
The status of the standards subscription.
|
void |
setStandardsSubscriptionArn(String standardsSubscriptionArn)
The ARN of a resource that represents your subscription to a supported standard.
|
String |
toString()
Returns a string representation of this object.
|
StandardsSubscription |
withStandardsArn(String standardsArn)
The ARN of a standard.
|
StandardsSubscription |
withStandardsInput(Map<String,String> standardsInput)
A key-value pair of input for the standard.
|
StandardsSubscription |
withStandardsStatus(StandardsStatus standardsStatus)
The status of the standards subscription.
|
StandardsSubscription |
withStandardsStatus(String standardsStatus)
The status of the standards subscription.
|
StandardsSubscription |
withStandardsSubscriptionArn(String standardsSubscriptionArn)
The ARN of a resource that represents your subscription to a supported standard.
|
public void setStandardsSubscriptionArn(String standardsSubscriptionArn)
The ARN of a resource that represents your subscription to a supported standard.
standardsSubscriptionArn - The ARN of a resource that represents your subscription to a supported standard.public String getStandardsSubscriptionArn()
The ARN of a resource that represents your subscription to a supported standard.
public StandardsSubscription withStandardsSubscriptionArn(String standardsSubscriptionArn)
The ARN of a resource that represents your subscription to a supported standard.
standardsSubscriptionArn - The ARN of a resource that represents your subscription to a supported standard.public void setStandardsArn(String standardsArn)
The ARN of a standard.
In this release, Security Hub supports only the CIS AWS Foundations standard, which uses the following ARN:
arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0.
standardsArn - The ARN of a standard.
In this release, Security Hub supports only the CIS AWS Foundations standard, which uses the following
ARN: arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0.
public String getStandardsArn()
The ARN of a standard.
In this release, Security Hub supports only the CIS AWS Foundations standard, which uses the following ARN:
arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0.
In this release, Security Hub supports only the CIS AWS Foundations standard, which uses the following
ARN: arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0.
public StandardsSubscription withStandardsArn(String standardsArn)
The ARN of a standard.
In this release, Security Hub supports only the CIS AWS Foundations standard, which uses the following ARN:
arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0.
standardsArn - The ARN of a standard.
In this release, Security Hub supports only the CIS AWS Foundations standard, which uses the following
ARN: arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0.
public Map<String,String> getStandardsInput()
A key-value pair of input for the standard.
public void setStandardsInput(Map<String,String> standardsInput)
A key-value pair of input for the standard.
standardsInput - A key-value pair of input for the standard.public StandardsSubscription withStandardsInput(Map<String,String> standardsInput)
A key-value pair of input for the standard.
standardsInput - A key-value pair of input for the standard.public StandardsSubscription addStandardsInputEntry(String key, String value)
public StandardsSubscription clearStandardsInputEntries()
public void setStandardsStatus(String standardsStatus)
The status of the standards subscription.
standardsStatus - The status of the standards subscription.StandardsStatuspublic String getStandardsStatus()
The status of the standards subscription.
StandardsStatuspublic StandardsSubscription withStandardsStatus(String standardsStatus)
The status of the standards subscription.
standardsStatus - The status of the standards subscription.StandardsStatuspublic StandardsSubscription withStandardsStatus(StandardsStatus standardsStatus)
The status of the standards subscription.
standardsStatus - The status of the standards subscription.StandardsStatuspublic String toString()
toString in class ObjectObject.toString()public StandardsSubscription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.