Class TransitGatewayPolicyRule
java.lang.Object
software.amazon.awssdk.services.ec2.model.TransitGatewayPolicyRule
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TransitGatewayPolicyRule.Builder,TransitGatewayPolicyRule>
@Generated("software.amazon.awssdk:codegen")
public final class TransitGatewayPolicyRule
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayPolicyRule.Builder,TransitGatewayPolicyRule>
Describes a rule associated with a transit gateway policy.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe destination CIDR block for the transit gateway policy rule.final StringThe destination port or port range for the transit gateway policy rule.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()metaData()The meta data tags used for the transit gateway policy rule.final Stringprotocol()The protocol used by the transit gateway policy rule.static Class<? extends TransitGatewayPolicyRule.Builder>final StringThe source CIDR block for the transit gateway policy rule.final StringThe source port or port range for the transit gateway policy rule.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
sourceCidrBlock
The source CIDR block for the transit gateway policy rule.
- Returns:
- The source CIDR block for the transit gateway policy rule.
-
sourcePortRange
The source port or port range for the transit gateway policy rule.
- Returns:
- The source port or port range for the transit gateway policy rule.
-
destinationCidrBlock
The destination CIDR block for the transit gateway policy rule.
- Returns:
- The destination CIDR block for the transit gateway policy rule.
-
destinationPortRange
The destination port or port range for the transit gateway policy rule.
- Returns:
- The destination port or port range for the transit gateway policy rule.
-
protocol
The protocol used by the transit gateway policy rule.
- Returns:
- The protocol used by the transit gateway policy rule.
-
metaData
The meta data tags used for the transit gateway policy rule.
- Returns:
- The meta data tags used for the transit gateway policy rule.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<TransitGatewayPolicyRule.Builder,TransitGatewayPolicyRule>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-