@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 isn't fulfilled.
|
String |
getActionPlanTitle()
The title of the action plan for remediating the control.
|
String |
getControlId()
The identifier for the control.
|
List<ControlMappingSource> |
getControlMappingSources()
The data mapping sources for the control.
|
String |
getDescription()
The optional description of the control.
|
String |
getName()
The name of the updated control.
|
String |
getTestingInformation()
The steps that you should follow to determine if the control is met.
|
int |
hashCode() |
void |
setActionPlanInstructions(String actionPlanInstructions)
The recommended actions to carry out if the control isn't fulfilled.
|
void |
setActionPlanTitle(String actionPlanTitle)
The title of the action plan for remediating the control.
|
void |
setControlId(String controlId)
The identifier for the control.
|
void |
setControlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the control.
|
void |
setDescription(String description)
The optional description of the control.
|
void |
setName(String name)
The name of the updated control.
|
void |
setTestingInformation(String testingInformation)
The steps that you should follow to determine if the control is met.
|
String |
toString()
Returns a string representation of this object.
|
UpdateControlRequest |
withActionPlanInstructions(String actionPlanInstructions)
The recommended actions to carry out if the control isn't fulfilled.
|
UpdateControlRequest |
withActionPlanTitle(String actionPlanTitle)
The title of the action plan for remediating the control.
|
UpdateControlRequest |
withControlId(String controlId)
The identifier for the control.
|
UpdateControlRequest |
withControlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the control.
|
UpdateControlRequest |
withControlMappingSources(ControlMappingSource... controlMappingSources)
The data mapping sources for the control.
|
UpdateControlRequest |
withDescription(String description)
The optional description of the control.
|
UpdateControlRequest |
withName(String name)
The name of the updated control.
|
UpdateControlRequest |
withTestingInformation(String testingInformation)
The steps that you should follow to determine if the control is met.
|
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 control.
controlId
- The identifier for the control.public String getControlId()
The identifier for the control.
public UpdateControlRequest withControlId(String controlId)
The identifier for the control.
controlId
- The identifier for the control.public void setName(String name)
The name of the updated control.
name
- The name of the updated control.public String getName()
The name of the updated control.
public UpdateControlRequest withName(String name)
The name of the updated control.
name
- The name of the updated control.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 you should follow to determine if the control is met.
testingInformation
- The steps that you should follow to determine if the control is met.public String getTestingInformation()
The steps that you should follow to determine if the control is met.
public UpdateControlRequest withTestingInformation(String testingInformation)
The steps that you should follow to determine if the control is met.
testingInformation
- The steps that you should follow to determine if the control is met.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 isn't fulfilled.
actionPlanInstructions
- The recommended actions to carry out if the control isn't fulfilled.public String getActionPlanInstructions()
The recommended actions to carry out if the control isn't fulfilled.
public UpdateControlRequest withActionPlanInstructions(String actionPlanInstructions)
The recommended actions to carry out if the control isn't fulfilled.
actionPlanInstructions
- The recommended actions to carry out if the control isn't fulfilled.public List<ControlMappingSource> getControlMappingSources()
The data mapping sources for the control.
public void setControlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the control.
controlMappingSources
- The data mapping sources for the control.public UpdateControlRequest withControlMappingSources(ControlMappingSource... controlMappingSources)
The data mapping sources for the 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 control.public UpdateControlRequest withControlMappingSources(Collection<ControlMappingSource> controlMappingSources)
The data mapping sources for the control.
controlMappingSources
- The data mapping sources for the control.public String toString()
toString
in class Object
Object.toString()
public UpdateControlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()