@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDynamicThingGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteDynamicThingGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteDynamicThingGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Long |
getExpectedVersion()
The expected version of the dynamic thing group to delete.
|
String |
getThingGroupName()
The name of the dynamic thing group to delete.
|
int |
hashCode() |
void |
setExpectedVersion(Long expectedVersion)
The expected version of the dynamic thing group to delete.
|
void |
setThingGroupName(String thingGroupName)
The name of the dynamic thing group to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDynamicThingGroupRequest |
withExpectedVersion(Long expectedVersion)
The expected version of the dynamic thing group to delete.
|
DeleteDynamicThingGroupRequest |
withThingGroupName(String thingGroupName)
The name of the dynamic thing group to delete.
|
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 setThingGroupName(String thingGroupName)
The name of the dynamic thing group to delete.
thingGroupName
- The name of the dynamic thing group to delete.public String getThingGroupName()
The name of the dynamic thing group to delete.
public DeleteDynamicThingGroupRequest withThingGroupName(String thingGroupName)
The name of the dynamic thing group to delete.
thingGroupName
- The name of the dynamic thing group to delete.public void setExpectedVersion(Long expectedVersion)
The expected version of the dynamic thing group to delete.
expectedVersion
- The expected version of the dynamic thing group to delete.public Long getExpectedVersion()
The expected version of the dynamic thing group to delete.
public DeleteDynamicThingGroupRequest withExpectedVersion(Long expectedVersion)
The expected version of the dynamic thing group to delete.
expectedVersion
- The expected version of the dynamic thing group to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteDynamicThingGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()