Class GetIngressPointResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.mailmanager.model.MailManagerResponse
-
- software.amazon.awssdk.services.mailmanager.model.GetIngressPointResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetIngressPointResponse.Builder,GetIngressPointResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetIngressPointResponse extends MailManagerResponse implements ToCopyableBuilder<GetIngressPointResponse.Builder,GetIngressPointResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetIngressPointResponse.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 GetIngressPointResponse.Builderbuilder()InstantcreatedTimestamp()The timestamp of when the ingress endpoint was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringingressPointArn()The Amazon Resource Name (ARN) of the ingress endpoint resource.IngressPointAuthConfigurationingressPointAuthConfiguration()The authentication configuration of the ingress endpoint resource.StringingressPointId()The identifier of an ingress endpoint resource.StringingressPointName()A user friendly name for the ingress endpoint.InstantlastUpdatedTimestamp()The timestamp of when the ingress endpoint was last updated.StringruleSetId()The identifier of a rule set resource associated with the ingress endpoint.List<SdkField<?>>sdkFields()static Class<? extends GetIngressPointResponse.Builder>serializableBuilderClass()IngressPointStatusstatus()The status of the ingress endpoint resource.StringstatusAsString()The status of the ingress endpoint resource.GetIngressPointResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtrafficPolicyId()The identifier of the traffic policy resource associated with the ingress endpoint.IngressPointTypetype()The type of ingress endpoint.StringtypeAsString()The type of ingress endpoint.-
Methods inherited from class software.amazon.awssdk.services.mailmanager.model.MailManagerResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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.
-
createdTimestamp
public final Instant createdTimestamp()
The timestamp of when the ingress endpoint was created.
- Returns:
- The timestamp of when the ingress endpoint was created.
-
ingressPointArn
public final String ingressPointArn()
The Amazon Resource Name (ARN) of the ingress endpoint resource.
- Returns:
- The Amazon Resource Name (ARN) of the ingress endpoint resource.
-
ingressPointAuthConfiguration
public final IngressPointAuthConfiguration ingressPointAuthConfiguration()
The authentication configuration of the ingress endpoint resource.
- Returns:
- The authentication configuration of the ingress endpoint resource.
-
ingressPointId
public final String ingressPointId()
The identifier of an ingress endpoint resource.
- Returns:
- The identifier of an ingress endpoint resource.
-
ingressPointName
public final String ingressPointName()
A user friendly name for the ingress endpoint.
- Returns:
- A user friendly name for the ingress endpoint.
-
lastUpdatedTimestamp
public final Instant lastUpdatedTimestamp()
The timestamp of when the ingress endpoint was last updated.
- Returns:
- The timestamp of when the ingress endpoint was last updated.
-
ruleSetId
public final String ruleSetId()
The identifier of a rule set resource associated with the ingress endpoint.
- Returns:
- The identifier of a rule set resource associated with the ingress endpoint.
-
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
-
trafficPolicyId
public final String trafficPolicyId()
The identifier of the traffic policy resource associated with the ingress endpoint.
- Returns:
- The identifier of the traffic policy resource associated with the ingress endpoint.
-
type
public final IngressPointType type()
The type of ingress endpoint.
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.
- See Also:
IngressPointType
-
typeAsString
public final String typeAsString()
The type of ingress endpoint.
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.
- See Also:
IngressPointType
-
toBuilder
public GetIngressPointResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetIngressPointResponse.Builder,GetIngressPointResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetIngressPointResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetIngressPointResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-