@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterTransitGatewayMulticastGroupSourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<RegisterTransitGatewayMulticastGroupSourcesRequest>
NOOP
Constructor and Description |
---|
RegisterTransitGatewayMulticastGroupSourcesRequest() |
Modifier and Type | Method and Description |
---|---|
RegisterTransitGatewayMulticastGroupSourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<RegisterTransitGatewayMulticastGroupSourcesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getGroupIpAddress()
The IP address assigned to the transit gateway multicast group.
|
List<String> |
getNetworkInterfaceIds()
The group sources' network interface IDs to register with the transit gateway multicast group.
|
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 |
setNetworkInterfaceIds(Collection<String> networkInterfaceIds)
The group sources' network interface IDs to register with the transit gateway multicast group.
|
void |
setTransitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
|
String |
toString()
Returns a string representation of this object.
|
RegisterTransitGatewayMulticastGroupSourcesRequest |
withGroupIpAddress(String groupIpAddress)
The IP address assigned to the transit gateway multicast group.
|
RegisterTransitGatewayMulticastGroupSourcesRequest |
withNetworkInterfaceIds(Collection<String> networkInterfaceIds)
The group sources' network interface IDs to register with the transit gateway multicast group.
|
RegisterTransitGatewayMulticastGroupSourcesRequest |
withNetworkInterfaceIds(String... networkInterfaceIds)
The group sources' network interface IDs to register with the transit gateway multicast group.
|
RegisterTransitGatewayMulticastGroupSourcesRequest |
withTransitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
|
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, withSdkRequestTimeout
public RegisterTransitGatewayMulticastGroupSourcesRequest()
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 RegisterTransitGatewayMulticastGroupSourcesRequest withTransitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
transitGatewayMulticastDomainId
- The ID of the transit gateway multicast domain.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 RegisterTransitGatewayMulticastGroupSourcesRequest 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 List<String> getNetworkInterfaceIds()
The group sources' network interface IDs to register with the transit gateway multicast group.
public void setNetworkInterfaceIds(Collection<String> networkInterfaceIds)
The group sources' network interface IDs to register with the transit gateway multicast group.
networkInterfaceIds
- The group sources' network interface IDs to register with the transit gateway multicast group.public RegisterTransitGatewayMulticastGroupSourcesRequest withNetworkInterfaceIds(String... networkInterfaceIds)
The group sources' network interface IDs to register with the transit gateway multicast group.
NOTE: This method appends the values to the existing list (if any). Use
setNetworkInterfaceIds(java.util.Collection)
or withNetworkInterfaceIds(java.util.Collection)
if you want to override the existing values.
networkInterfaceIds
- The group sources' network interface IDs to register with the transit gateway multicast group.public RegisterTransitGatewayMulticastGroupSourcesRequest withNetworkInterfaceIds(Collection<String> networkInterfaceIds)
The group sources' network interface IDs to register with the transit gateway multicast group.
networkInterfaceIds
- The group sources' network interface IDs to register with the transit gateway multicast group.public Request<RegisterTransitGatewayMulticastGroupSourcesRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<RegisterTransitGatewayMulticastGroupSourcesRequest>
public String toString()
toString
in class Object
Object.toString()
public RegisterTransitGatewayMulticastGroupSourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()