@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterTransitGatewayMulticastGroupSourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeregisterTransitGatewayMulticastGroupSourcesRequest>
NOOP
Constructor and Description |
---|
DeregisterTransitGatewayMulticastGroupSourcesRequest() |
Modifier and Type | Method and Description |
---|---|
DeregisterTransitGatewayMulticastGroupSourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DeregisterTransitGatewayMulticastGroupSourcesRequest> |
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 IDs of the group sources' 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 |
setNetworkInterfaceIds(Collection<String> networkInterfaceIds)
The IDs of the group sources' network interfaces.
|
void |
setTransitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
|
String |
toString()
Returns a string representation of this object.
|
DeregisterTransitGatewayMulticastGroupSourcesRequest |
withGroupIpAddress(String groupIpAddress)
The IP address assigned to the transit gateway multicast group.
|
DeregisterTransitGatewayMulticastGroupSourcesRequest |
withNetworkInterfaceIds(Collection<String> networkInterfaceIds)
The IDs of the group sources' network interfaces.
|
DeregisterTransitGatewayMulticastGroupSourcesRequest |
withNetworkInterfaceIds(String... networkInterfaceIds)
The IDs of the group sources' network interfaces.
|
DeregisterTransitGatewayMulticastGroupSourcesRequest |
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 DeregisterTransitGatewayMulticastGroupSourcesRequest()
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 DeregisterTransitGatewayMulticastGroupSourcesRequest 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 DeregisterTransitGatewayMulticastGroupSourcesRequest 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 IDs of the group sources' network interfaces.
public void setNetworkInterfaceIds(Collection<String> networkInterfaceIds)
The IDs of the group sources' network interfaces.
networkInterfaceIds
- The IDs of the group sources' network interfaces.public DeregisterTransitGatewayMulticastGroupSourcesRequest withNetworkInterfaceIds(String... networkInterfaceIds)
The IDs of the group sources' network interfaces.
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 IDs of the group sources' network interfaces.public DeregisterTransitGatewayMulticastGroupSourcesRequest withNetworkInterfaceIds(Collection<String> networkInterfaceIds)
The IDs of the group sources' network interfaces.
networkInterfaceIds
- The IDs of the group sources' network interfaces.public Request<DeregisterTransitGatewayMulticastGroupSourcesRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeregisterTransitGatewayMulticastGroupSourcesRequest>
public String toString()
toString
in class Object
Object.toString()
public DeregisterTransitGatewayMulticastGroupSourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()