@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateControlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateControlRequest() |
Modifier and Type | Method and Description |
---|---|
CreateControlRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateControlRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateControlRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getActionPlanInstructions()
The recommended actions to carry out if the control is not fulfilled.
|
String |
getActionPlanTitle()
The title of the action plan for remediating the control.
|
List<CreateControlMappingSource> |
getControlMappingSources()
The data mapping sources for the specified control.
|
String |
getDescription()
The description of the control.
|
String |
getName()
The name of the control.
|
Map<String,String> |
getTags()
The tags associated with the control.
|
String |
getTestingInformation()
The steps to follow to determine if the control has been satisfied.
|
int |
hashCode() |
void |
setActionPlanInstructions(String actionPlanInstructions)
The recommended actions to carry out if the control is not fulfilled.
|
void |
setActionPlanTitle(String actionPlanTitle)
The title of the action plan for remediating the control.
|
void |
setControlMappingSources(Collection<CreateControlMappingSource> controlMappingSources)
The data mapping sources for the specified control.
|
void |
setDescription(String description)
The description of the control.
|
void |
setName(String name)
The name of the control.
|
void |
setTags(Map<String,String> tags)
The tags associated with the control.
|
void |
setTestingInformation(String testingInformation)
The steps to follow to determine if the control has been satisfied.
|
String |
toString()
Returns a string representation of this object.
|
CreateControlRequest |
withActionPlanInstructions(String actionPlanInstructions)
The recommended actions to carry out if the control is not fulfilled.
|
CreateControlRequest |
withActionPlanTitle(String actionPlanTitle)
The title of the action plan for remediating the control.
|
CreateControlRequest |
withControlMappingSources(Collection<CreateControlMappingSource> controlMappingSources)
The data mapping sources for the specified control.
|
CreateControlRequest |
withControlMappingSources(CreateControlMappingSource... controlMappingSources)
The data mapping sources for the specified control.
|
CreateControlRequest |
withDescription(String description)
The description of the control.
|
CreateControlRequest |
withName(String name)
The name of the control.
|
CreateControlRequest |
withTags(Map<String,String> tags)
The tags associated with the control.
|
CreateControlRequest |
withTestingInformation(String testingInformation)
The steps to follow to determine if the control has been satisfied.
|
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 control.
name
- The name of the control.public String getName()
The name of the control.
public CreateControlRequest withName(String name)
The name of the control.
name
- The name of the control.public void setDescription(String description)
The description of the control.
description
- The description of the control.public String getDescription()
The description of the control.
public CreateControlRequest withDescription(String description)
The description of the control.
description
- The description of the control.public void setTestingInformation(String testingInformation)
The steps to follow to determine if the control has been satisfied.
testingInformation
- The steps to follow to determine if the control has been satisfied.public String getTestingInformation()
The steps to follow to determine if the control has been satisfied.
public CreateControlRequest withTestingInformation(String testingInformation)
The steps to follow to determine if the control has been satisfied.
testingInformation
- The steps to follow to determine if the control has been satisfied.public void setActionPlanTitle(String actionPlanTitle)
The title of the action plan for remediating the control.
actionPlanTitle
- The title of the action plan for remediating the control.public String getActionPlanTitle()
The title of the action plan for remediating the control.
public CreateControlRequest withActionPlanTitle(String actionPlanTitle)
The title of the action plan for remediating the control.
actionPlanTitle
- The title of the action plan for remediating the control.public void setActionPlanInstructions(String actionPlanInstructions)
The recommended actions to carry out if the control is not fulfilled.
actionPlanInstructions
- The recommended actions to carry out if the control is not fulfilled.public String getActionPlanInstructions()
The recommended actions to carry out if the control is not fulfilled.
public CreateControlRequest withActionPlanInstructions(String actionPlanInstructions)
The recommended actions to carry out if the control is not fulfilled.
actionPlanInstructions
- The recommended actions to carry out if the control is not fulfilled.public List<CreateControlMappingSource> getControlMappingSources()
The data mapping sources for the specified control.
public void setControlMappingSources(Collection<CreateControlMappingSource> controlMappingSources)
The data mapping sources for the specified control.
controlMappingSources
- The data mapping sources for the specified control.public CreateControlRequest withControlMappingSources(CreateControlMappingSource... controlMappingSources)
The data mapping sources for the specified control.
NOTE: This method appends the values to the existing list (if any). Use
setControlMappingSources(java.util.Collection)
or
withControlMappingSources(java.util.Collection)
if you want to override the existing values.
controlMappingSources
- The data mapping sources for the specified control.public CreateControlRequest withControlMappingSources(Collection<CreateControlMappingSource> controlMappingSources)
The data mapping sources for the specified control.
controlMappingSources
- The data mapping sources for the specified control.public Map<String,String> getTags()
The tags associated with the control.
public void setTags(Map<String,String> tags)
The tags associated with the control.
tags
- The tags associated with the control.public CreateControlRequest withTags(Map<String,String> tags)
The tags associated with the control.
tags
- The tags associated with the control.public CreateControlRequest addTagsEntry(String key, String value)
public CreateControlRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateControlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()