@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchEnableStandardsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchEnableStandardsRequest() |
Modifier and Type | Method and Description |
---|---|
BatchEnableStandardsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<StandardsSubscriptionRequest> |
getStandardsSubscriptionRequests()
The list of standards compliance checks to enable.
|
int |
hashCode() |
void |
setStandardsSubscriptionRequests(Collection<StandardsSubscriptionRequest> standardsSubscriptionRequests)
The list of standards compliance checks to enable.
|
String |
toString()
Returns a string representation of this object.
|
BatchEnableStandardsRequest |
withStandardsSubscriptionRequests(Collection<StandardsSubscriptionRequest> standardsSubscriptionRequests)
The list of standards compliance checks to enable.
|
BatchEnableStandardsRequest |
withStandardsSubscriptionRequests(StandardsSubscriptionRequest... standardsSubscriptionRequests)
The list of standards compliance checks to enable.
|
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 List<StandardsSubscriptionRequest> getStandardsSubscriptionRequests()
The list of standards compliance checks to enable.
In this release, Security Hub supports only the CIS AWS Foundations standard.
The ARN for the standard is arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0
.
In this release, Security Hub supports only the CIS AWS Foundations standard.
The ARN for the standard is
arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0
.
public void setStandardsSubscriptionRequests(Collection<StandardsSubscriptionRequest> standardsSubscriptionRequests)
The list of standards compliance checks to enable.
In this release, Security Hub supports only the CIS AWS Foundations standard.
The ARN for the standard is arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0
.
standardsSubscriptionRequests
- The list of standards compliance checks to enable. In this release, Security Hub supports only the CIS AWS Foundations standard.
The ARN for the standard is
arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0
.
public BatchEnableStandardsRequest withStandardsSubscriptionRequests(StandardsSubscriptionRequest... standardsSubscriptionRequests)
The list of standards compliance checks to enable.
In this release, Security Hub supports only the CIS AWS Foundations standard.
The ARN for the standard is arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0
.
NOTE: This method appends the values to the existing list (if any). Use
setStandardsSubscriptionRequests(java.util.Collection)
or
withStandardsSubscriptionRequests(java.util.Collection)
if you want to override the existing values.
standardsSubscriptionRequests
- The list of standards compliance checks to enable. In this release, Security Hub supports only the CIS AWS Foundations standard.
The ARN for the standard is
arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0
.
public BatchEnableStandardsRequest withStandardsSubscriptionRequests(Collection<StandardsSubscriptionRequest> standardsSubscriptionRequests)
The list of standards compliance checks to enable.
In this release, Security Hub supports only the CIS AWS Foundations standard.
The ARN for the standard is arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0
.
standardsSubscriptionRequests
- The list of standards compliance checks to enable. In this release, Security Hub supports only the CIS AWS Foundations standard.
The ARN for the standard is
arn:aws:securityhub:::ruleset/cis-aws-foundations-benchmark/v/1.2.0
.
public String toString()
toString
in class Object
Object.toString()
public BatchEnableStandardsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.