@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAssessmentFrameworkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateAssessmentFrameworkRequest() |
Modifier and Type | Method and Description |
---|---|
CreateAssessmentFrameworkRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateAssessmentFrameworkRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateAssessmentFrameworkRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getComplianceType()
The compliance type that the new custom framework supports, such as CIS or HIPAA.
|
List<CreateAssessmentFrameworkControlSet> |
getControlSets()
The control sets that are associated with the framework.
|
String |
getDescription()
An optional description for the new custom framework.
|
String |
getName()
The name of the new custom framework.
|
Map<String,String> |
getTags()
The tags that are associated with the framework.
|
int |
hashCode() |
void |
setComplianceType(String complianceType)
The compliance type that the new custom framework supports, such as CIS or HIPAA.
|
void |
setControlSets(Collection<CreateAssessmentFrameworkControlSet> controlSets)
The control sets that are associated with the framework.
|
void |
setDescription(String description)
An optional description for the new custom framework.
|
void |
setName(String name)
The name of the new custom framework.
|
void |
setTags(Map<String,String> tags)
The tags that are associated with the framework.
|
String |
toString()
Returns a string representation of this object.
|
CreateAssessmentFrameworkRequest |
withComplianceType(String complianceType)
The compliance type that the new custom framework supports, such as CIS or HIPAA.
|
CreateAssessmentFrameworkRequest |
withControlSets(Collection<CreateAssessmentFrameworkControlSet> controlSets)
The control sets that are associated with the framework.
|
CreateAssessmentFrameworkRequest |
withControlSets(CreateAssessmentFrameworkControlSet... controlSets)
The control sets that are associated with the framework.
|
CreateAssessmentFrameworkRequest |
withDescription(String description)
An optional description for the new custom framework.
|
CreateAssessmentFrameworkRequest |
withName(String name)
The name of the new custom framework.
|
CreateAssessmentFrameworkRequest |
withTags(Map<String,String> tags)
The tags that are associated with the framework.
|
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 void setName(String name)
The name of the new custom framework.
name
- The name of the new custom framework.public String getName()
The name of the new custom framework.
public CreateAssessmentFrameworkRequest withName(String name)
The name of the new custom framework.
name
- The name of the new custom framework.public void setDescription(String description)
An optional description for the new custom framework.
description
- An optional description for the new custom framework.public String getDescription()
An optional description for the new custom framework.
public CreateAssessmentFrameworkRequest withDescription(String description)
An optional description for the new custom framework.
description
- An optional description for the new custom framework.public void setComplianceType(String complianceType)
The compliance type that the new custom framework supports, such as CIS or HIPAA.
complianceType
- The compliance type that the new custom framework supports, such as CIS or HIPAA.public String getComplianceType()
The compliance type that the new custom framework supports, such as CIS or HIPAA.
public CreateAssessmentFrameworkRequest withComplianceType(String complianceType)
The compliance type that the new custom framework supports, such as CIS or HIPAA.
complianceType
- The compliance type that the new custom framework supports, such as CIS or HIPAA.public List<CreateAssessmentFrameworkControlSet> getControlSets()
The control sets that are associated with the framework.
public void setControlSets(Collection<CreateAssessmentFrameworkControlSet> controlSets)
The control sets that are associated with the framework.
controlSets
- The control sets that are associated with the framework.public CreateAssessmentFrameworkRequest withControlSets(CreateAssessmentFrameworkControlSet... controlSets)
The control sets that are associated with the framework.
NOTE: This method appends the values to the existing list (if any). Use
setControlSets(java.util.Collection)
or withControlSets(java.util.Collection)
if you want to
override the existing values.
controlSets
- The control sets that are associated with the framework.public CreateAssessmentFrameworkRequest withControlSets(Collection<CreateAssessmentFrameworkControlSet> controlSets)
The control sets that are associated with the framework.
controlSets
- The control sets that are associated with the framework.public Map<String,String> getTags()
The tags that are associated with the framework.
public void setTags(Map<String,String> tags)
The tags that are associated with the framework.
tags
- The tags that are associated with the framework.public CreateAssessmentFrameworkRequest withTags(Map<String,String> tags)
The tags that are associated with the framework.
tags
- The tags that are associated with the framework.public CreateAssessmentFrameworkRequest addTagsEntry(String key, String value)
public CreateAssessmentFrameworkRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateAssessmentFrameworkRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()