@Generated(value="software.amazon.awssdk:codegen") public final class TransitGatewayMulticastGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayMulticastGroup.Builder,TransitGatewayMulticastGroup>
Describes the transit gateway multicast group resources.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TransitGatewayMulticastGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TransitGatewayMulticastGroup.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupIpAddress()
The IP address assigned to the transit gateway multicast group.
|
Boolean |
groupMember()
Indicates that the resource is a transit gateway multicast group member.
|
Boolean |
groupSource()
Indicates that the resource is a transit gateway multicast group member.
|
int |
hashCode() |
MembershipType |
memberType()
The member type (for example,
static). |
String |
memberTypeAsString()
The member type (for example,
static). |
String |
networkInterfaceId()
The ID of the transit gateway attachment.
|
String |
resourceId()
The ID of the resource.
|
TransitGatewayAttachmentResourceType |
resourceType()
The type of resource, for example a VPC attachment.
|
String |
resourceTypeAsString()
The type of resource, for example a VPC attachment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransitGatewayMulticastGroup.Builder> |
serializableBuilderClass() |
MembershipType |
sourceType()
The source type.
|
String |
sourceTypeAsString()
The source type.
|
String |
subnetId()
The ID of the subnet.
|
TransitGatewayMulticastGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transitGatewayAttachmentId()
The ID of the transit gateway attachment.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String groupIpAddress()
The IP address assigned to the transit gateway multicast group.
public String transitGatewayAttachmentId()
The ID of the transit gateway attachment.
public String subnetId()
The ID of the subnet.
public String resourceId()
The ID of the resource.
public TransitGatewayAttachmentResourceType resourceType()
The type of resource, for example a VPC attachment.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return TransitGatewayAttachmentResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from resourceTypeAsString().
TransitGatewayAttachmentResourceTypepublic String resourceTypeAsString()
The type of resource, for example a VPC attachment.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return TransitGatewayAttachmentResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from resourceTypeAsString().
TransitGatewayAttachmentResourceTypepublic String networkInterfaceId()
The ID of the transit gateway attachment.
public Boolean groupMember()
Indicates that the resource is a transit gateway multicast group member.
public Boolean groupSource()
Indicates that the resource is a transit gateway multicast group member.
public MembershipType memberType()
The member type (for example, static).
If the service returns an enum value that is not available in the current SDK version, memberType will
return MembershipType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
memberTypeAsString().
static).MembershipTypepublic String memberTypeAsString()
The member type (for example, static).
If the service returns an enum value that is not available in the current SDK version, memberType will
return MembershipType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
memberTypeAsString().
static).MembershipTypepublic MembershipType sourceType()
The source type.
If the service returns an enum value that is not available in the current SDK version, sourceType will
return MembershipType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sourceTypeAsString().
MembershipTypepublic String sourceTypeAsString()
The source type.
If the service returns an enum value that is not available in the current SDK version, sourceType will
return MembershipType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sourceTypeAsString().
MembershipTypepublic TransitGatewayMulticastGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TransitGatewayMulticastGroup.Builder,TransitGatewayMulticastGroup>public static TransitGatewayMulticastGroup.Builder builder()
public static Class<? extends TransitGatewayMulticastGroup.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.