@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMulticastGroupsByFuotaTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListMulticastGroupsByFuotaTaskResult() |
Modifier and Type | Method and Description |
---|---|
ListMulticastGroupsByFuotaTaskResult |
clone() |
boolean |
equals(Object obj) |
List<MulticastGroupByFuotaTask> |
getMulticastGroupList() |
String |
getNextToken()
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
int |
hashCode() |
void |
setMulticastGroupList(Collection<MulticastGroupByFuotaTask> multicastGroupList) |
void |
setNextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
String |
toString()
Returns a string representation of this object.
|
ListMulticastGroupsByFuotaTaskResult |
withMulticastGroupList(Collection<MulticastGroupByFuotaTask> multicastGroupList) |
ListMulticastGroupsByFuotaTaskResult |
withMulticastGroupList(MulticastGroupByFuotaTask... multicastGroupList)
NOTE: This method appends the values to the existing list (if any).
|
ListMulticastGroupsByFuotaTaskResult |
withNextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListMulticastGroupsByFuotaTaskResult()
public void setNextToken(String nextToken)
To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.
nextToken
- To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.public String getNextToken()
To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.
nextToken
value from a previous response; otherwise
null to receive the first set of results.public ListMulticastGroupsByFuotaTaskResult withNextToken(String nextToken)
To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.
nextToken
- To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.public List<MulticastGroupByFuotaTask> getMulticastGroupList()
public void setMulticastGroupList(Collection<MulticastGroupByFuotaTask> multicastGroupList)
multicastGroupList
- public ListMulticastGroupsByFuotaTaskResult withMulticastGroupList(MulticastGroupByFuotaTask... multicastGroupList)
NOTE: This method appends the values to the existing list (if any). Use
setMulticastGroupList(java.util.Collection)
or withMulticastGroupList(java.util.Collection)
if
you want to override the existing values.
multicastGroupList
- public ListMulticastGroupsByFuotaTaskResult withMulticastGroupList(Collection<MulticastGroupByFuotaTask> multicastGroupList)
multicastGroupList
- public String toString()
toString
in class Object
Object.toString()
public ListMulticastGroupsByFuotaTaskResult clone()