public class DetachThingPrincipalRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the DetachThingPrincipal operation.
NOOP| Constructor and Description |
|---|
DetachThingPrincipalRequest() |
| Modifier and Type | Method and Description |
|---|---|
DetachThingPrincipalRequest |
clone() |
boolean |
equals(Object obj) |
String |
getPrincipal()
The principal.
|
String |
getThingName()
The name of the thing.
|
int |
hashCode() |
void |
setPrincipal(String principal)
The principal.
|
void |
setThingName(String thingName)
The name of the thing.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DetachThingPrincipalRequest |
withPrincipal(String principal)
The principal.
|
DetachThingPrincipalRequest |
withThingName(String thingName)
The name of the thing.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setThingName(String thingName)
The name of the thing.
thingName - The name of the thing.public String getThingName()
The name of the thing.
public DetachThingPrincipalRequest withThingName(String thingName)
The name of the thing.
thingName - The name of the thing.public void setPrincipal(String principal)
The principal.
principal - The principal.public String getPrincipal()
The principal.
public DetachThingPrincipalRequest withPrincipal(String principal)
The principal.
principal - The principal.public String toString()
toString in class ObjectObject.toString()public DetachThingPrincipalRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.