@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMulticastGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateMulticastGroupRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateMulticastGroupRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getClientRequestToken()
 Each resource must have a unique client request token. | 
| String | getDescription()
 The description of the multicast group. | 
| LoRaWANMulticast | getLoRaWAN() | 
| String | getName() | 
| List<Tag> | getTags() | 
| int | hashCode() | 
| void | setClientRequestToken(String clientRequestToken)
 Each resource must have a unique client request token. | 
| void | setDescription(String description)
 The description of the multicast group. | 
| void | setLoRaWAN(LoRaWANMulticast loRaWAN) | 
| void | setName(String name) | 
| void | setTags(Collection<Tag> tags) | 
| String | toString()Returns a string representation of this object. | 
| CreateMulticastGroupRequest | withClientRequestToken(String clientRequestToken)
 Each resource must have a unique client request token. | 
| CreateMulticastGroupRequest | withDescription(String description)
 The description of the multicast group. | 
| CreateMulticastGroupRequest | withLoRaWAN(LoRaWANMulticast loRaWAN) | 
| CreateMulticastGroupRequest | withName(String name) | 
| CreateMulticastGroupRequest | withTags(Collection<Tag> tags) | 
| CreateMulticastGroupRequest | 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, withSdkRequestTimeoutpublic void setName(String name)
name - public String getName()
public CreateMulticastGroupRequest withName(String name)
name - public void setDescription(String description)
The description of the multicast group.
description - The description of the multicast group.public String getDescription()
The description of the multicast group.
public CreateMulticastGroupRequest withDescription(String description)
The description of the multicast group.
description - The description of the multicast group.public void setClientRequestToken(String clientRequestToken)
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
clientRequestToken - Each resource must have a unique client request token. If you try to create a new resource with the same
        token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will
        automatically generate a unique client request.public String getClientRequestToken()
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
public CreateMulticastGroupRequest withClientRequestToken(String clientRequestToken)
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
clientRequestToken - Each resource must have a unique client request token. If you try to create a new resource with the same
        token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will
        automatically generate a unique client request.public void setLoRaWAN(LoRaWANMulticast loRaWAN)
loRaWAN - public LoRaWANMulticast getLoRaWAN()
public CreateMulticastGroupRequest withLoRaWAN(LoRaWANMulticast loRaWAN)
loRaWAN - public void setTags(Collection<Tag> tags)
tags - public CreateMulticastGroupRequest 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 CreateMulticastGroupRequest withTags(Collection<Tag> tags)
tags - public String toString()
toString in class ObjectObject.toString()public CreateMulticastGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()