@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAssessmentFrameworkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAssessmentFrameworkRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAssessmentFrameworkRequest |
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<UpdateAssessmentFrameworkControlSet> |
getControlSets()
The control sets that are associated with the framework.
|
String |
getDescription()
The description of the updated framework.
|
String |
getFrameworkId()
The unique identifier for the framework.
|
String |
getName()
The name of the framework to be updated.
|
int |
hashCode() |
void |
setComplianceType(String complianceType)
The compliance type that the new custom framework supports, such as CIS or HIPAA.
|
void |
setControlSets(Collection<UpdateAssessmentFrameworkControlSet> controlSets)
The control sets that are associated with the framework.
|
void |
setDescription(String description)
The description of the updated framework.
|
void |
setFrameworkId(String frameworkId)
The unique identifier for the framework.
|
void |
setName(String name)
The name of the framework to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAssessmentFrameworkRequest |
withComplianceType(String complianceType)
The compliance type that the new custom framework supports, such as CIS or HIPAA.
|
UpdateAssessmentFrameworkRequest |
withControlSets(Collection<UpdateAssessmentFrameworkControlSet> controlSets)
The control sets that are associated with the framework.
|
UpdateAssessmentFrameworkRequest |
withControlSets(UpdateAssessmentFrameworkControlSet... controlSets)
The control sets that are associated with the framework.
|
UpdateAssessmentFrameworkRequest |
withDescription(String description)
The description of the updated framework.
|
UpdateAssessmentFrameworkRequest |
withFrameworkId(String frameworkId)
The unique identifier for the framework.
|
UpdateAssessmentFrameworkRequest |
withName(String name)
The name of the framework to be updated.
|
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 setFrameworkId(String frameworkId)
The unique identifier for the framework.
frameworkId
- The unique identifier for the framework.public String getFrameworkId()
The unique identifier for the framework.
public UpdateAssessmentFrameworkRequest withFrameworkId(String frameworkId)
The unique identifier for the framework.
frameworkId
- The unique identifier for the framework.public void setName(String name)
The name of the framework to be updated.
name
- The name of the framework to be updated.public String getName()
The name of the framework to be updated.
public UpdateAssessmentFrameworkRequest withName(String name)
The name of the framework to be updated.
name
- The name of the framework to be updated.public void setDescription(String description)
The description of the updated framework.
description
- The description of the updated framework.public String getDescription()
The description of the updated framework.
public UpdateAssessmentFrameworkRequest withDescription(String description)
The description of the updated framework.
description
- The description of the updated 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 UpdateAssessmentFrameworkRequest 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<UpdateAssessmentFrameworkControlSet> getControlSets()
The control sets that are associated with the framework.
public void setControlSets(Collection<UpdateAssessmentFrameworkControlSet> controlSets)
The control sets that are associated with the framework.
controlSets
- The control sets that are associated with the framework.public UpdateAssessmentFrameworkRequest withControlSets(UpdateAssessmentFrameworkControlSet... 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 UpdateAssessmentFrameworkRequest withControlSets(Collection<UpdateAssessmentFrameworkControlSet> controlSets)
The control sets that are associated with the framework.
controlSets
- The control sets that are associated with the framework.public String toString()
toString
in class Object
Object.toString()
public UpdateAssessmentFrameworkRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()