@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MulticastGroupByFuotaTask extends Object implements Serializable, Cloneable, StructuredPojo
A multicast group that is associated with a FUOTA task.
Constructor and Description |
---|
MulticastGroupByFuotaTask() |
Modifier and Type | Method and Description |
---|---|
MulticastGroupByFuotaTask |
clone() |
boolean |
equals(Object obj) |
String |
getId() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id) |
String |
toString()
Returns a string representation of this object.
|
MulticastGroupByFuotaTask |
withId(String id) |
public void setId(String id)
id
- public String getId()
public MulticastGroupByFuotaTask withId(String id)
id
- public String toString()
toString
in class Object
Object.toString()
public MulticastGroupByFuotaTask clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.