@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteThingShadowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the DeleteThingShadow operation.
NOOP
Constructor and Description |
---|
DeleteThingShadowRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteThingShadowRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getShadowName()
The name of the shadow.
|
String |
getThingName()
The name of the thing.
|
int |
hashCode() |
void |
setShadowName(String shadowName)
The name of the shadow.
|
void |
setThingName(String thingName)
The name of the thing.
|
String |
toString()
Returns a string representation of this object.
|
DeleteThingShadowRequest |
withShadowName(String shadowName)
The name of the shadow.
|
DeleteThingShadowRequest |
withThingName(String thingName)
The name of the thing.
|
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.
thingName
- The name of the thing.public String getThingName()
The name of the thing.
public DeleteThingShadowRequest withThingName(String thingName)
The name of the thing.
thingName
- The name of the thing.public void setShadowName(String shadowName)
The name of the shadow.
shadowName
- The name of the shadow.public String getShadowName()
The name of the shadow.
public DeleteThingShadowRequest withShadowName(String shadowName)
The name of the shadow.
shadowName
- The name of the shadow.public String toString()
toString
in class Object
Object.toString()
public DeleteThingShadowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()