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 interfaceTransitGatewayMulticastGroup.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TransitGatewayMulticastGroup.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgroupIpAddress()The IP address assigned to the transit gateway multicast group.BooleangroupMember()Indicates that the resource is a transit gateway multicast group member.BooleangroupSource()Indicates that the resource is a transit gateway multicast group member.inthashCode()MembershipTypememberType()The member type (for example,static).StringmemberTypeAsString()The member type (for example,static).StringnetworkInterfaceId()The ID of the transit gateway attachment.StringresourceId()The ID of the resource.StringresourceOwnerId()The ID of the Amazon Web Services account that owns the transit gateway multicast domain group resource.TransitGatewayAttachmentResourceTyperesourceType()The type of resource, for example a VPC attachment.StringresourceTypeAsString()The type of resource, for example a VPC attachment.List<SdkField<?>>sdkFields()static Class<? extends TransitGatewayMulticastGroup.Builder>serializableBuilderClass()MembershipTypesourceType()The source type.StringsourceTypeAsString()The source type.StringsubnetId()The ID of the subnet.TransitGatewayMulticastGroup.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtransitGatewayAttachmentId()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,
resourceTypewill 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,
resourceTypewill 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,
memberTypewill 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,
memberTypewill 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,
sourceTypewill 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,
sourceTypewill 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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
-