Class TransitGatewayMulticastGroup
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.TransitGatewayMulticastGroup
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<TransitGatewayMulticastGroup.Builder,TransitGatewayMulticastGroup>
@Generated("software.amazon.awssdk:codegen") public final class TransitGatewayMulticastGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayMulticastGroup.Builder,TransitGatewayMulticastGroup>
Describes the transit gateway multicast group resources.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TransitGatewayMulticastGroup.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.Map<String,SdkField<?>>
sdkFieldNameToField()
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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
groupIpAddress
public final String groupIpAddress()
The IP address assigned to the transit gateway multicast group.
- Returns:
- The IP address assigned to the transit gateway multicast group.
-
transitGatewayAttachmentId
public final String transitGatewayAttachmentId()
The ID of the transit gateway attachment.
- Returns:
- The ID of the transit gateway attachment.
-
subnetId
public final String subnetId()
The ID of the subnet.
- Returns:
- The ID of the subnet.
-
resourceId
public final String resourceId()
The ID of the resource.
- Returns:
- The ID of the resource.
-
resourceType
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 returnTransitGatewayAttachmentResourceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromresourceTypeAsString()
.- Returns:
- The type of resource, for example a VPC attachment.
- See Also:
TransitGatewayAttachmentResourceType
-
resourceTypeAsString
public 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 returnTransitGatewayAttachmentResourceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromresourceTypeAsString()
.- Returns:
- The type of resource, for example a VPC attachment.
- See Also:
TransitGatewayAttachmentResourceType
-
resourceOwnerId
public final String resourceOwnerId()
The ID of the Amazon Web Services account that owns the transit gateway multicast domain group resource.
- Returns:
- The ID of the Amazon Web Services account that owns the transit gateway multicast domain group resource.
-
networkInterfaceId
public final String networkInterfaceId()
The ID of the transit gateway attachment.
- Returns:
- The ID of the transit gateway attachment.
-
groupMember
public final Boolean groupMember()
Indicates that the resource is a transit gateway multicast group member.
- Returns:
- Indicates that the resource is a transit gateway multicast group member.
-
groupSource
public final Boolean groupSource()
Indicates that the resource is a transit gateway multicast group member.
- Returns:
- Indicates that the resource is a transit gateway multicast group member.
-
memberType
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 returnMembershipType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frommemberTypeAsString()
.- Returns:
- The member type (for example,
static
). - See Also:
MembershipType
-
memberTypeAsString
public 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 returnMembershipType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frommemberTypeAsString()
.- Returns:
- The member type (for example,
static
). - See Also:
MembershipType
-
sourceType
public final MembershipType sourceType()
The source type.
If the service returns an enum value that is not available in the current SDK version,
sourceType
will returnMembershipType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsourceTypeAsString()
.- Returns:
- The source type.
- See Also:
MembershipType
-
sourceTypeAsString
public final String sourceTypeAsString()
The source type.
If the service returns an enum value that is not available in the current SDK version,
sourceType
will returnMembershipType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsourceTypeAsString()
.- Returns:
- The source type.
- See Also:
MembershipType
-
toBuilder
public TransitGatewayMulticastGroup.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<TransitGatewayMulticastGroup.Builder,TransitGatewayMulticastGroup>
-
builder
public static TransitGatewayMulticastGroup.Builder builder()
-
serializableBuilderClass
public static Class<? extends TransitGatewayMulticastGroup.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-