@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutOrganizationConformancePackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutOrganizationConformancePackRequest() |
Modifier and Type | Method and Description |
---|---|
PutOrganizationConformancePackRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<ConformancePackInputParameter> |
getConformancePackInputParameters()
A list of
ConformancePackInputParameter objects. |
String |
getDeliveryS3Bucket()
The name of the Amazon S3 bucket where Config stores conformance pack templates.
|
String |
getDeliveryS3KeyPrefix()
The prefix for the Amazon S3 bucket.
|
List<String> |
getExcludedAccounts()
A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a
conformance pack.
|
String |
getOrganizationConformancePackName()
Name of the organization conformance pack you want to create.
|
String |
getTemplateBody()
A string containing full conformance pack template body.
|
String |
getTemplateS3Uri()
Location of file containing the template body.
|
int |
hashCode() |
void |
setConformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
void |
setDeliveryS3Bucket(String deliveryS3Bucket)
The name of the Amazon S3 bucket where Config stores conformance pack templates.
|
void |
setDeliveryS3KeyPrefix(String deliveryS3KeyPrefix)
The prefix for the Amazon S3 bucket.
|
void |
setExcludedAccounts(Collection<String> excludedAccounts)
A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a
conformance pack.
|
void |
setOrganizationConformancePackName(String organizationConformancePackName)
Name of the organization conformance pack you want to create.
|
void |
setTemplateBody(String templateBody)
A string containing full conformance pack template body.
|
void |
setTemplateS3Uri(String templateS3Uri)
Location of file containing the template body.
|
String |
toString()
Returns a string representation of this object.
|
PutOrganizationConformancePackRequest |
withConformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
PutOrganizationConformancePackRequest |
withConformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
PutOrganizationConformancePackRequest |
withDeliveryS3Bucket(String deliveryS3Bucket)
The name of the Amazon S3 bucket where Config stores conformance pack templates.
|
PutOrganizationConformancePackRequest |
withDeliveryS3KeyPrefix(String deliveryS3KeyPrefix)
The prefix for the Amazon S3 bucket.
|
PutOrganizationConformancePackRequest |
withExcludedAccounts(Collection<String> excludedAccounts)
A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a
conformance pack.
|
PutOrganizationConformancePackRequest |
withExcludedAccounts(String... excludedAccounts)
A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a
conformance pack.
|
PutOrganizationConformancePackRequest |
withOrganizationConformancePackName(String organizationConformancePackName)
Name of the organization conformance pack you want to create.
|
PutOrganizationConformancePackRequest |
withTemplateBody(String templateBody)
A string containing full conformance pack template body.
|
PutOrganizationConformancePackRequest |
withTemplateS3Uri(String templateS3Uri)
Location of file containing the template body.
|
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 PutOrganizationConformancePackRequest()
public void setOrganizationConformancePackName(String organizationConformancePackName)
Name of the organization conformance pack you want to create.
organizationConformancePackName
- Name of the organization conformance pack you want to create.public String getOrganizationConformancePackName()
Name of the organization conformance pack you want to create.
public PutOrganizationConformancePackRequest withOrganizationConformancePackName(String organizationConformancePackName)
Name of the organization conformance pack you want to create.
organizationConformancePackName
- Name of the organization conformance pack you want to create.public void setTemplateS3Uri(String templateS3Uri)
Location of file containing the template body. The uri must point to the conformance pack template (max size: 300 KB).
You must have access to read Amazon S3 bucket. In addition, in order to ensure a successful deployment, the template object must not be in an archived storage class if this parameter is passed.
templateS3Uri
- Location of file containing the template body. The uri must point to the conformance pack template (max
size: 300 KB). You must have access to read Amazon S3 bucket. In addition, in order to ensure a successful deployment, the template object must not be in an archived storage class if this parameter is passed.
public String getTemplateS3Uri()
Location of file containing the template body. The uri must point to the conformance pack template (max size: 300 KB).
You must have access to read Amazon S3 bucket. In addition, in order to ensure a successful deployment, the template object must not be in an archived storage class if this parameter is passed.
You must have access to read Amazon S3 bucket. In addition, in order to ensure a successful deployment, the template object must not be in an archived storage class if this parameter is passed.
public PutOrganizationConformancePackRequest withTemplateS3Uri(String templateS3Uri)
Location of file containing the template body. The uri must point to the conformance pack template (max size: 300 KB).
You must have access to read Amazon S3 bucket. In addition, in order to ensure a successful deployment, the template object must not be in an archived storage class if this parameter is passed.
templateS3Uri
- Location of file containing the template body. The uri must point to the conformance pack template (max
size: 300 KB). You must have access to read Amazon S3 bucket. In addition, in order to ensure a successful deployment, the template object must not be in an archived storage class if this parameter is passed.
public void setTemplateBody(String templateBody)
A string containing full conformance pack template body. Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
templateBody
- A string containing full conformance pack template body. Structure containing the template body with a
minimum length of 1 byte and a maximum length of 51,200 bytes.public String getTemplateBody()
A string containing full conformance pack template body. Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
public PutOrganizationConformancePackRequest withTemplateBody(String templateBody)
A string containing full conformance pack template body. Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
templateBody
- A string containing full conformance pack template body. Structure containing the template body with a
minimum length of 1 byte and a maximum length of 51,200 bytes.public void setDeliveryS3Bucket(String deliveryS3Bucket)
The name of the Amazon S3 bucket where Config stores conformance pack templates.
This field is optional. If used, it must be prefixed with awsconfigconforms
.
deliveryS3Bucket
- The name of the Amazon S3 bucket where Config stores conformance pack templates.
This field is optional. If used, it must be prefixed with awsconfigconforms
.
public String getDeliveryS3Bucket()
The name of the Amazon S3 bucket where Config stores conformance pack templates.
This field is optional. If used, it must be prefixed with awsconfigconforms
.
This field is optional. If used, it must be prefixed with awsconfigconforms
.
public PutOrganizationConformancePackRequest withDeliveryS3Bucket(String deliveryS3Bucket)
The name of the Amazon S3 bucket where Config stores conformance pack templates.
This field is optional. If used, it must be prefixed with awsconfigconforms
.
deliveryS3Bucket
- The name of the Amazon S3 bucket where Config stores conformance pack templates.
This field is optional. If used, it must be prefixed with awsconfigconforms
.
public void setDeliveryS3KeyPrefix(String deliveryS3KeyPrefix)
The prefix for the Amazon S3 bucket.
This field is optional.
deliveryS3KeyPrefix
- The prefix for the Amazon S3 bucket. This field is optional.
public String getDeliveryS3KeyPrefix()
The prefix for the Amazon S3 bucket.
This field is optional.
This field is optional.
public PutOrganizationConformancePackRequest withDeliveryS3KeyPrefix(String deliveryS3KeyPrefix)
The prefix for the Amazon S3 bucket.
This field is optional.
deliveryS3KeyPrefix
- The prefix for the Amazon S3 bucket. This field is optional.
public List<ConformancePackInputParameter> getConformancePackInputParameters()
A list of ConformancePackInputParameter
objects.
ConformancePackInputParameter
objects.public void setConformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of ConformancePackInputParameter
objects.
conformancePackInputParameters
- A list of ConformancePackInputParameter
objects.public PutOrganizationConformancePackRequest withConformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of ConformancePackInputParameter
objects.
NOTE: This method appends the values to the existing list (if any). Use
setConformancePackInputParameters(java.util.Collection)
or
withConformancePackInputParameters(java.util.Collection)
if you want to override the existing values.
conformancePackInputParameters
- A list of ConformancePackInputParameter
objects.public PutOrganizationConformancePackRequest withConformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of ConformancePackInputParameter
objects.
conformancePackInputParameters
- A list of ConformancePackInputParameter
objects.public List<String> getExcludedAccounts()
A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a conformance pack.
public void setExcludedAccounts(Collection<String> excludedAccounts)
A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a conformance pack.
excludedAccounts
- A list of Amazon Web Services accounts to be excluded from an organization conformance pack while
deploying a conformance pack.public PutOrganizationConformancePackRequest withExcludedAccounts(String... excludedAccounts)
A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a conformance pack.
NOTE: This method appends the values to the existing list (if any). Use
setExcludedAccounts(java.util.Collection)
or withExcludedAccounts(java.util.Collection)
if you
want to override the existing values.
excludedAccounts
- A list of Amazon Web Services accounts to be excluded from an organization conformance pack while
deploying a conformance pack.public PutOrganizationConformancePackRequest withExcludedAccounts(Collection<String> excludedAccounts)
A list of Amazon Web Services accounts to be excluded from an organization conformance pack while deploying a conformance pack.
excludedAccounts
- A list of Amazon Web Services accounts to be excluded from an organization conformance pack while
deploying a conformance pack.public String toString()
toString
in class Object
Object.toString()
public PutOrganizationConformancePackRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()