Class IngressTlsProtocolExpression
- java.lang.Object
-
- software.amazon.awssdk.services.mailmanager.model.IngressTlsProtocolExpression
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IngressTlsProtocolExpression.Builder,IngressTlsProtocolExpression>
@Generated("software.amazon.awssdk:codegen") public final class IngressTlsProtocolExpression extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IngressTlsProtocolExpression.Builder,IngressTlsProtocolExpression>
The structure for a TLS related condition matching on the incoming mail.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIngressTlsProtocolExpression.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IngressTlsProtocolExpression.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)IngressTlsProtocolToEvaluateevaluate()The left hand side argument of a TLS condition expression.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IngressTlsProtocolOperatoroperator()The matching operator for a TLS condition expression.StringoperatorAsString()The matching operator for a TLS condition expression.List<SdkField<?>>sdkFields()static Class<? extends IngressTlsProtocolExpression.Builder>serializableBuilderClass()IngressTlsProtocolExpression.BuildertoBuilder()StringtoString()Returns a string representation of this object.IngressTlsProtocolAttributevalue()The right hand side argument of a TLS condition expression.StringvalueAsString()The right hand side argument of a TLS condition expression.-
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
-
evaluate
public final IngressTlsProtocolToEvaluate evaluate()
The left hand side argument of a TLS condition expression.
- Returns:
- The left hand side argument of a TLS condition expression.
-
operator
public final IngressTlsProtocolOperator operator()
The matching operator for a TLS condition expression.
If the service returns an enum value that is not available in the current SDK version,
operatorwill returnIngressTlsProtocolOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperatorAsString().- Returns:
- The matching operator for a TLS condition expression.
- See Also:
IngressTlsProtocolOperator
-
operatorAsString
public final String operatorAsString()
The matching operator for a TLS condition expression.
If the service returns an enum value that is not available in the current SDK version,
operatorwill returnIngressTlsProtocolOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperatorAsString().- Returns:
- The matching operator for a TLS condition expression.
- See Also:
IngressTlsProtocolOperator
-
value
public final IngressTlsProtocolAttribute value()
The right hand side argument of a TLS condition expression.
If the service returns an enum value that is not available in the current SDK version,
valuewill returnIngressTlsProtocolAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvalueAsString().- Returns:
- The right hand side argument of a TLS condition expression.
- See Also:
IngressTlsProtocolAttribute
-
valueAsString
public final String valueAsString()
The right hand side argument of a TLS condition expression.
If the service returns an enum value that is not available in the current SDK version,
valuewill returnIngressTlsProtocolAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvalueAsString().- Returns:
- The right hand side argument of a TLS condition expression.
- See Also:
IngressTlsProtocolAttribute
-
toBuilder
public IngressTlsProtocolExpression.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IngressTlsProtocolExpression.Builder,IngressTlsProtocolExpression>
-
builder
public static IngressTlsProtocolExpression.Builder builder()
-
serializableBuilderClass
public static Class<? extends IngressTlsProtocolExpression.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.
-
-