Class IngressPoint
- java.lang.Object
-
- software.amazon.awssdk.services.mailmanager.model.IngressPoint
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IngressPoint.Builder,IngressPoint>
@Generated("software.amazon.awssdk:codegen") public final class IngressPoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IngressPoint.Builder,IngressPoint>
The structure of an ingress endpoint resource.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIngressPoint.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaRecord()The DNS A Record that identifies your ingress endpoint.static IngressPoint.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringingressPointId()The identifier of the ingress endpoint resource.StringingressPointName()A user friendly name for the ingress endpoint resource.List<SdkField<?>>sdkFields()static Class<? extends IngressPoint.Builder>serializableBuilderClass()IngressPointStatusstatus()The status of the ingress endpoint resource.StringstatusAsString()The status of the ingress endpoint resource.IngressPoint.BuildertoBuilder()StringtoString()Returns a string representation of this object.IngressPointTypetype()The type of ingress endpoint resource.StringtypeAsString()The type of ingress endpoint resource.-
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
-
aRecord
public final String aRecord()
The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.
- Returns:
- The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.
-
ingressPointId
public final String ingressPointId()
The identifier of the ingress endpoint resource.
- Returns:
- The identifier of the ingress endpoint resource.
-
ingressPointName
public final String ingressPointName()
A user friendly name for the ingress endpoint resource.
- Returns:
- A user friendly name for the ingress endpoint resource.
-
status
public final IngressPointStatus status()
The status of the ingress endpoint resource.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnIngressPointStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the ingress endpoint resource.
- See Also:
IngressPointStatus
-
statusAsString
public final String statusAsString()
The status of the ingress endpoint resource.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnIngressPointStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the ingress endpoint resource.
- See Also:
IngressPointStatus
-
type
public final IngressPointType type()
The type of ingress endpoint resource.
If the service returns an enum value that is not available in the current SDK version,
typewill returnIngressPointType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of ingress endpoint resource.
- See Also:
IngressPointType
-
typeAsString
public final String typeAsString()
The type of ingress endpoint resource.
If the service returns an enum value that is not available in the current SDK version,
typewill returnIngressPointType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of ingress endpoint resource.
- See Also:
IngressPointType
-
toBuilder
public IngressPoint.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IngressPoint.Builder,IngressPoint>
-
builder
public static IngressPoint.Builder builder()
-
serializableBuilderClass
public static Class<? extends IngressPoint.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.
-
-