@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteHomeRegionControlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteHomeRegionControlRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteHomeRegionControlRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getControlId()
A unique identifier that's generated for each home region control.
|
int |
hashCode() |
void |
setControlId(String controlId)
A unique identifier that's generated for each home region control.
|
String |
toString()
Returns a string representation of this object.
|
DeleteHomeRegionControlRequest |
withControlId(String controlId)
A unique identifier that's generated for each home region control.
|
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)
A unique identifier that's generated for each home region control. It's always a string that begins with "hrc-" followed by 12 lowercase letters and numbers.
controlId
- A unique identifier that's generated for each home region control. It's always a string that begins with
"hrc-" followed by 12 lowercase letters and numbers.public String getControlId()
A unique identifier that's generated for each home region control. It's always a string that begins with "hrc-" followed by 12 lowercase letters and numbers.
public DeleteHomeRegionControlRequest withControlId(String controlId)
A unique identifier that's generated for each home region control. It's always a string that begins with "hrc-" followed by 12 lowercase letters and numbers.
controlId
- A unique identifier that's generated for each home region control. It's always a string that begins with
"hrc-" followed by 12 lowercase letters and numbers.public String toString()
toString
in class Object
Object.toString()
public DeleteHomeRegionControlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()