@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StandardsSubscriptionRequest extends Object implements Serializable, Cloneable, StructuredPojo
The standard that you want to enable.
Constructor and Description |
---|
StandardsSubscriptionRequest() |
Modifier and Type | Method and Description |
---|---|
StandardsSubscriptionRequest |
addStandardsInputEntry(String key,
String value) |
StandardsSubscriptionRequest |
clearStandardsInputEntries()
Removes all the entries added into StandardsInput.
|
StandardsSubscriptionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getStandardsArn()
The ARN of the standard that you want to enable.
|
Map<String,String> |
getStandardsInput()
A key-value pair of input for the standard.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStandardsArn(String standardsArn)
The ARN of the standard that you want to enable.
|
void |
setStandardsInput(Map<String,String> standardsInput)
A key-value pair of input for the standard.
|
String |
toString()
Returns a string representation of this object.
|
StandardsSubscriptionRequest |
withStandardsArn(String standardsArn)
The ARN of the standard that you want to enable.
|
StandardsSubscriptionRequest |
withStandardsInput(Map<String,String> standardsInput)
A key-value pair of input for the standard.
|
public void setStandardsArn(String standardsArn)
The ARN of the standard that you want to enable.
In this release, Security Hub only supports the CIS AWS Foundations standard.
Its ARN is arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0
.
standardsArn
- The ARN of the standard that you want to enable. In this release, Security Hub only supports the CIS AWS Foundations standard.
Its ARN is arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0
.
public String getStandardsArn()
The ARN of the standard that you want to enable.
In this release, Security Hub only supports the CIS AWS Foundations standard.
Its ARN is arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0
.
In this release, Security Hub only supports the CIS AWS Foundations standard.
Its ARN is arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0
.
public StandardsSubscriptionRequest withStandardsArn(String standardsArn)
The ARN of the standard that you want to enable.
In this release, Security Hub only supports the CIS AWS Foundations standard.
Its ARN is arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0
.
standardsArn
- The ARN of the standard that you want to enable. In this release, Security Hub only supports the CIS AWS Foundations standard.
Its ARN is 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 StandardsSubscriptionRequest 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 StandardsSubscriptionRequest addStandardsInputEntry(String key, String value)
public StandardsSubscriptionRequest clearStandardsInputEntries()
public String toString()
toString
in class Object
Object.toString()
public StandardsSubscriptionRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.