@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransitGatewayMulticastRegisteredGroupMembers extends Object implements Serializable, Cloneable
Describes the registered transit gateway multicast group members.
Constructor and Description |
---|
TransitGatewayMulticastRegisteredGroupMembers() |
Modifier and Type | Method and Description |
---|---|
TransitGatewayMulticastRegisteredGroupMembers |
clone() |
boolean |
equals(Object obj) |
String |
getGroupIpAddress()
The IP address assigned to the transit gateway multicast group.
|
List<String> |
getRegisteredNetworkInterfaceIds()
The ID of the registered network interfaces.
|
String |
getTransitGatewayMulticastDomainId()
The ID of the transit gateway multicast domain.
|
int |
hashCode() |
void |
setGroupIpAddress(String groupIpAddress)
The IP address assigned to the transit gateway multicast group.
|
void |
setRegisteredNetworkInterfaceIds(Collection<String> registeredNetworkInterfaceIds)
The ID of the registered network interfaces.
|
void |
setTransitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
|
String |
toString()
Returns a string representation of this object.
|
TransitGatewayMulticastRegisteredGroupMembers |
withGroupIpAddress(String groupIpAddress)
The IP address assigned to the transit gateway multicast group.
|
TransitGatewayMulticastRegisteredGroupMembers |
withRegisteredNetworkInterfaceIds(Collection<String> registeredNetworkInterfaceIds)
The ID of the registered network interfaces.
|
TransitGatewayMulticastRegisteredGroupMembers |
withRegisteredNetworkInterfaceIds(String... registeredNetworkInterfaceIds)
The ID of the registered network interfaces.
|
TransitGatewayMulticastRegisteredGroupMembers |
withTransitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
|
public TransitGatewayMulticastRegisteredGroupMembers()
public void setTransitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
transitGatewayMulticastDomainId
- The ID of the transit gateway multicast domain.public String getTransitGatewayMulticastDomainId()
The ID of the transit gateway multicast domain.
public TransitGatewayMulticastRegisteredGroupMembers withTransitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
transitGatewayMulticastDomainId
- The ID of the transit gateway multicast domain.public List<String> getRegisteredNetworkInterfaceIds()
The ID of the registered network interfaces.
public void setRegisteredNetworkInterfaceIds(Collection<String> registeredNetworkInterfaceIds)
The ID of the registered network interfaces.
registeredNetworkInterfaceIds
- The ID of the registered network interfaces.public TransitGatewayMulticastRegisteredGroupMembers withRegisteredNetworkInterfaceIds(String... registeredNetworkInterfaceIds)
The ID of the registered network interfaces.
NOTE: This method appends the values to the existing list (if any). Use
setRegisteredNetworkInterfaceIds(java.util.Collection)
or
withRegisteredNetworkInterfaceIds(java.util.Collection)
if you want to override the existing values.
registeredNetworkInterfaceIds
- The ID of the registered network interfaces.public TransitGatewayMulticastRegisteredGroupMembers withRegisteredNetworkInterfaceIds(Collection<String> registeredNetworkInterfaceIds)
The ID of the registered network interfaces.
registeredNetworkInterfaceIds
- The ID of the registered network interfaces.public void setGroupIpAddress(String groupIpAddress)
The IP address assigned to the transit gateway multicast group.
groupIpAddress
- The IP address assigned to the transit gateway multicast group.public String getGroupIpAddress()
The IP address assigned to the transit gateway multicast group.
public TransitGatewayMulticastRegisteredGroupMembers withGroupIpAddress(String groupIpAddress)
The IP address assigned to the transit gateway multicast group.
groupIpAddress
- The IP address assigned to the transit gateway multicast group.public String toString()
toString
in class Object
Object.toString()
public TransitGatewayMulticastRegisteredGroupMembers clone()
Copyright © 2024. All rights reserved.