@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.
|
String |
resourceOwnerId()
The ID of the Amazon Web Services account that owns the transit gateway multicast domain group 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 final String groupIpAddress()
The IP address assigned to the transit gateway multicast group.
public final String transitGatewayAttachmentId()
The ID of the transit gateway attachment.
public final String subnetId()
The ID of the subnet.
public final String resourceId()
The ID of the resource.
public final 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 final 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 final String resourceOwnerId()
The ID of the Amazon Web Services account that owns the transit gateway multicast domain group resource.
public final String networkInterfaceId()
The ID of the transit gateway attachment.
public final Boolean groupMember()
Indicates that the resource is a transit gateway multicast group member.
public final Boolean groupSource()
Indicates that the resource is a transit gateway multicast group member.
public final 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 final 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 final 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 final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.