@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartBulkAssociateWirelessDeviceWithMulticastGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartBulkAssociateWirelessDeviceWithMulticastGroupRequest() |
Modifier and Type | Method and Description |
---|---|
StartBulkAssociateWirelessDeviceWithMulticastGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId() |
String |
getQueryString() |
List<Tag> |
getTags() |
int |
hashCode() |
void |
setId(String id) |
void |
setQueryString(String queryString) |
void |
setTags(Collection<Tag> tags) |
String |
toString()
Returns a string representation of this object.
|
StartBulkAssociateWirelessDeviceWithMulticastGroupRequest |
withId(String id) |
StartBulkAssociateWirelessDeviceWithMulticastGroupRequest |
withQueryString(String queryString) |
StartBulkAssociateWirelessDeviceWithMulticastGroupRequest |
withTags(Collection<Tag> tags) |
StartBulkAssociateWirelessDeviceWithMulticastGroupRequest |
withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
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 StartBulkAssociateWirelessDeviceWithMulticastGroupRequest()
public void setId(String id)
id
- public String getId()
public StartBulkAssociateWirelessDeviceWithMulticastGroupRequest withId(String id)
id
- public void setQueryString(String queryString)
queryString
- public String getQueryString()
public StartBulkAssociateWirelessDeviceWithMulticastGroupRequest withQueryString(String queryString)
queryString
- public void setTags(Collection<Tag> tags)
tags
- public StartBulkAssociateWirelessDeviceWithMulticastGroupRequest withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- public StartBulkAssociateWirelessDeviceWithMulticastGroupRequest withTags(Collection<Tag> tags)
tags
- public String toString()
toString
in class Object
Object.toString()
public StartBulkAssociateWirelessDeviceWithMulticastGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()