Class ReputationEntity
- java.lang.Object
-
- software.amazon.awssdk.services.sesv2.model.ReputationEntity
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReputationEntity.Builder,ReputationEntity>
@Generated("software.amazon.awssdk:codegen") public final class ReputationEntity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReputationEntity.Builder,ReputationEntity>
An object that contains information about a reputation entity, including its reference, type, policy, status records, and reputation impact.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReputationEntity.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StatusRecordawsSesManagedStatus()The Amazon Web Services Amazon SES-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.static ReputationEntity.Builderbuilder()StatusRecordcustomerManagedStatus()The customer-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringreputationEntityReference()The unique identifier for the reputation entity.ReputationEntityTypereputationEntityType()The type of reputation entity.StringreputationEntityTypeAsString()The type of reputation entity.RecommendationImpactreputationImpact()The reputation impact level for this entity, representing the highest impact reputation finding currently active.StringreputationImpactAsString()The reputation impact level for this entity, representing the highest impact reputation finding currently active.StringreputationManagementPolicy()The Amazon Resource Name (ARN) of the reputation management policy applied to this entity.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()SendingStatussendingStatusAggregate()The aggregate sending status that determines whether the entity is allowed to send emails.StringsendingStatusAggregateAsString()The aggregate sending status that determines whether the entity is allowed to send emails.static Class<? extends ReputationEntity.Builder>serializableBuilderClass()ReputationEntity.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
reputationEntityReference
public final String reputationEntityReference()
The unique identifier for the reputation entity. For resource-type entities, this is the Amazon Resource Name (ARN) of the resource.
- Returns:
- The unique identifier for the reputation entity. For resource-type entities, this is the Amazon Resource Name (ARN) of the resource.
-
reputationEntityType
public final ReputationEntityType reputationEntityType()
The type of reputation entity. Currently, only
RESOURCEtype entities are supported.If the service returns an enum value that is not available in the current SDK version,
reputationEntityTypewill returnReputationEntityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreputationEntityTypeAsString().- Returns:
- The type of reputation entity. Currently, only
RESOURCEtype entities are supported. - See Also:
ReputationEntityType
-
reputationEntityTypeAsString
public final String reputationEntityTypeAsString()
The type of reputation entity. Currently, only
RESOURCEtype entities are supported.If the service returns an enum value that is not available in the current SDK version,
reputationEntityTypewill returnReputationEntityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreputationEntityTypeAsString().- Returns:
- The type of reputation entity. Currently, only
RESOURCEtype entities are supported. - See Also:
ReputationEntityType
-
reputationManagementPolicy
public final String reputationManagementPolicy()
The Amazon Resource Name (ARN) of the reputation management policy applied to this entity. This is an Amazon Web Services Amazon SES-managed policy.
- Returns:
- The Amazon Resource Name (ARN) of the reputation management policy applied to this entity. This is an Amazon Web Services Amazon SES-managed policy.
-
customerManagedStatus
public final StatusRecord customerManagedStatus()
The customer-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.
- Returns:
- The customer-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.
-
awsSesManagedStatus
public final StatusRecord awsSesManagedStatus()
The Amazon Web Services Amazon SES-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.
- Returns:
- The Amazon Web Services Amazon SES-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.
-
sendingStatusAggregate
public final SendingStatus sendingStatusAggregate()
The aggregate sending status that determines whether the entity is allowed to send emails. This status is derived from both the customer-managed and Amazon Web Services Amazon SES-managed statuses. If either the customer-managed status or the Amazon Web Services Amazon SES-managed status is
DISABLED, the aggregate status will beDISABLEDand the entity will not be allowed to send emails. When the customer-managed status is set toREINSTATED, the entity can continue sending even if there are active reputation findings, provided the Amazon Web Services Amazon SES-managed status also permits sending. The entity can only send emails when both statuses permit sending.If the service returns an enum value that is not available in the current SDK version,
sendingStatusAggregatewill returnSendingStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsendingStatusAggregateAsString().- Returns:
- The aggregate sending status that determines whether the entity is allowed to send emails. This status is
derived from both the customer-managed and Amazon Web Services Amazon SES-managed statuses. If either the
customer-managed status or the Amazon Web Services Amazon SES-managed status is
DISABLED, the aggregate status will beDISABLEDand the entity will not be allowed to send emails. When the customer-managed status is set toREINSTATED, the entity can continue sending even if there are active reputation findings, provided the Amazon Web Services Amazon SES-managed status also permits sending. The entity can only send emails when both statuses permit sending. - See Also:
SendingStatus
-
sendingStatusAggregateAsString
public final String sendingStatusAggregateAsString()
The aggregate sending status that determines whether the entity is allowed to send emails. This status is derived from both the customer-managed and Amazon Web Services Amazon SES-managed statuses. If either the customer-managed status or the Amazon Web Services Amazon SES-managed status is
DISABLED, the aggregate status will beDISABLEDand the entity will not be allowed to send emails. When the customer-managed status is set toREINSTATED, the entity can continue sending even if there are active reputation findings, provided the Amazon Web Services Amazon SES-managed status also permits sending. The entity can only send emails when both statuses permit sending.If the service returns an enum value that is not available in the current SDK version,
sendingStatusAggregatewill returnSendingStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsendingStatusAggregateAsString().- Returns:
- The aggregate sending status that determines whether the entity is allowed to send emails. This status is
derived from both the customer-managed and Amazon Web Services Amazon SES-managed statuses. If either the
customer-managed status or the Amazon Web Services Amazon SES-managed status is
DISABLED, the aggregate status will beDISABLEDand the entity will not be allowed to send emails. When the customer-managed status is set toREINSTATED, the entity can continue sending even if there are active reputation findings, provided the Amazon Web Services Amazon SES-managed status also permits sending. The entity can only send emails when both statuses permit sending. - See Also:
SendingStatus
-
reputationImpact
public final RecommendationImpact reputationImpact()
The reputation impact level for this entity, representing the highest impact reputation finding currently active. Reputation findings can be retrieved using the
ListRecommendationsoperation.If the service returns an enum value that is not available in the current SDK version,
reputationImpactwill returnRecommendationImpact.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreputationImpactAsString().- Returns:
- The reputation impact level for this entity, representing the highest impact reputation finding currently
active. Reputation findings can be retrieved using the
ListRecommendationsoperation. - See Also:
RecommendationImpact
-
reputationImpactAsString
public final String reputationImpactAsString()
The reputation impact level for this entity, representing the highest impact reputation finding currently active. Reputation findings can be retrieved using the
ListRecommendationsoperation.If the service returns an enum value that is not available in the current SDK version,
reputationImpactwill returnRecommendationImpact.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreputationImpactAsString().- Returns:
- The reputation impact level for this entity, representing the highest impact reputation finding currently
active. Reputation findings can be retrieved using the
ListRecommendationsoperation. - See Also:
RecommendationImpact
-
toBuilder
public ReputationEntity.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReputationEntity.Builder,ReputationEntity>
-
builder
public static ReputationEntity.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReputationEntity.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-