Class UpdateIngressPointRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.mailmanager.model.MailManagerRequest
-
- software.amazon.awssdk.services.mailmanager.model.UpdateIngressPointRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateIngressPointRequest.Builder,UpdateIngressPointRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateIngressPointRequest extends MailManagerRequest implements ToCopyableBuilder<UpdateIngressPointRequest.Builder,UpdateIngressPointRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateIngressPointRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateIngressPointRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IngressPointConfigurationingressPointConfiguration()If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.StringingressPointId()The identifier for the ingress endpoint you want to update.StringingressPointName()A user friendly name for the ingress endpoint resource.StringruleSetId()The identifier of an existing rule set that you attach to an ingress endpoint resource.List<SdkField<?>>sdkFields()static Class<? extends UpdateIngressPointRequest.Builder>serializableBuilderClass()IngressPointStatusToUpdatestatusToUpdate()The update status of an ingress endpoint.StringstatusToUpdateAsString()The update status of an ingress endpoint.UpdateIngressPointRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtrafficPolicyId()The identifier of an existing traffic policy that you attach to an ingress endpoint resource.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
ingressPointConfiguration
public final IngressPointConfiguration ingressPointConfiguration()
If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.
- Returns:
- If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.
-
ingressPointId
public final String ingressPointId()
The identifier for the ingress endpoint you want to update.
- Returns:
- The identifier for the ingress endpoint you want to update.
-
ingressPointName
public final String ingressPointName()
A user friendly name for the ingress endpoint resource.
- Returns:
- A user friendly name for the ingress endpoint resource.
-
ruleSetId
public final String ruleSetId()
The identifier of an existing rule set that you attach to an ingress endpoint resource.
- Returns:
- The identifier of an existing rule set that you attach to an ingress endpoint resource.
-
statusToUpdate
public final IngressPointStatusToUpdate statusToUpdate()
The update status of an ingress endpoint.
If the service returns an enum value that is not available in the current SDK version,
statusToUpdatewill returnIngressPointStatusToUpdate.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusToUpdateAsString().- Returns:
- The update status of an ingress endpoint.
- See Also:
IngressPointStatusToUpdate
-
statusToUpdateAsString
public final String statusToUpdateAsString()
The update status of an ingress endpoint.
If the service returns an enum value that is not available in the current SDK version,
statusToUpdatewill returnIngressPointStatusToUpdate.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusToUpdateAsString().- Returns:
- The update status of an ingress endpoint.
- See Also:
IngressPointStatusToUpdate
-
trafficPolicyId
public final String trafficPolicyId()
The identifier of an existing traffic policy that you attach to an ingress endpoint resource.
- Returns:
- The identifier of an existing traffic policy that you attach to an ingress endpoint resource.
-
toBuilder
public UpdateIngressPointRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateIngressPointRequest.Builder,UpdateIngressPointRequest>- Specified by:
toBuilderin classMailManagerRequest
-
builder
public static UpdateIngressPointRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateIngressPointRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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 classSdkRequest
-
-