@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateControlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateControlRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateControlRequest |
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.
|
String |
getControlId()
The identifier for the specified control.
|
List<ControlMappingSource> |
getControlMappingSources()
The data mapping sources for the specified control.
|
String |
getDescription()
The optional description of the control.
|
String |
getName()
The name of the control to be updated.
|
String |
getTestingInformation()
The steps that 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 |
setControlId(String controlId)
The identifier for the specified control.
|
void |
setControlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the specified control.
|
void |
setDescription(String description)
The optional description of the control.
|
void |
setName(String name)
The name of the control to be updated.
|
void |
setTestingInformation(String testingInformation)
The steps that to follow to determine if the control has been satisfied.
|
String |
toString()
Returns a string representation of this object.
|
UpdateControlRequest |
withActionPlanInstructions(String actionPlanInstructions)
The recommended actions to carry out if the control is not fulfilled.
|
UpdateControlRequest |
withActionPlanTitle(String actionPlanTitle)
The title of the action plan for remediating the control.
|
UpdateControlRequest |
withControlId(String controlId)
The identifier for the specified control.
|
UpdateControlRequest |
withControlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the specified control.
|
UpdateControlRequest |
withControlMappingSources(ControlMappingSource... controlMappingSources)
The data mapping sources for the specified control.
|
UpdateControlRequest |
withDescription(String description)
The optional description of the control.
|
UpdateControlRequest |
withName(String name)
The name of the control to be updated.
|
UpdateControlRequest |
withTestingInformation(String testingInformation)
The steps that 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 setControlId(String controlId)
The identifier for the specified control.
controlId
- The identifier for the specified control.public String getControlId()
The identifier for the specified control.
public UpdateControlRequest withControlId(String controlId)
The identifier for the specified control.
controlId
- The identifier for the specified control.public void setName(String name)
The name of the control to be updated.
name
- The name of the control to be updated.public String getName()
The name of the control to be updated.
public UpdateControlRequest withName(String name)
The name of the control to be updated.
name
- The name of the control to be updated.public void setDescription(String description)
The optional description of the control.
description
- The optional description of the control.public String getDescription()
The optional description of the control.
public UpdateControlRequest withDescription(String description)
The optional description of the control.
description
- The optional description of the control.public void setTestingInformation(String testingInformation)
The steps that to follow to determine if the control has been satisfied.
testingInformation
- The steps that to follow to determine if the control has been satisfied.public String getTestingInformation()
The steps that to follow to determine if the control has been satisfied.
public UpdateControlRequest withTestingInformation(String testingInformation)
The steps that to follow to determine if the control has been satisfied.
testingInformation
- The steps that 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 UpdateControlRequest 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 UpdateControlRequest 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<ControlMappingSource> getControlMappingSources()
The data mapping sources for the specified control.
public void setControlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the specified control.
controlMappingSources
- The data mapping sources for the specified control.public UpdateControlRequest withControlMappingSources(ControlMappingSource... 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 UpdateControlRequest withControlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the specified control.
controlMappingSources
- The data mapping sources for the specified control.public String toString()
toString
in class Object
Object.toString()
public UpdateControlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()