@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DissociateEntityFromThingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DissociateEntityFromThingRequest() |
Modifier and Type | Method and Description |
---|---|
DissociateEntityFromThingRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEntityType()
The entity type from which to disassociate the thing.
|
String |
getThingName()
The name of the thing to disassociate.
|
int |
hashCode() |
void |
setEntityType(String entityType)
The entity type from which to disassociate the thing.
|
void |
setThingName(String thingName)
The name of the thing to disassociate.
|
String |
toString()
Returns a string representation of this object.
|
DissociateEntityFromThingRequest |
withEntityType(EntityType entityType)
The entity type from which to disassociate the thing.
|
DissociateEntityFromThingRequest |
withEntityType(String entityType)
The entity type from which to disassociate the thing.
|
DissociateEntityFromThingRequest |
withThingName(String thingName)
The name of the thing to disassociate.
|
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 setThingName(String thingName)
The name of the thing to disassociate.
thingName
- The name of the thing to disassociate.public String getThingName()
The name of the thing to disassociate.
public DissociateEntityFromThingRequest withThingName(String thingName)
The name of the thing to disassociate.
thingName
- The name of the thing to disassociate.public void setEntityType(String entityType)
The entity type from which to disassociate the thing.
entityType
- The entity type from which to disassociate the thing.EntityType
public String getEntityType()
The entity type from which to disassociate the thing.
EntityType
public DissociateEntityFromThingRequest withEntityType(String entityType)
The entity type from which to disassociate the thing.
entityType
- The entity type from which to disassociate the thing.EntityType
public DissociateEntityFromThingRequest withEntityType(EntityType entityType)
The entity type from which to disassociate the thing.
entityType
- The entity type from which to disassociate the thing.EntityType
public String toString()
toString
in class Object
Object.toString()
public DissociateEntityFromThingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()