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