Class ReputationEntity
- All Implemented Interfaces:
Serializable,SdkPojo,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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StatusRecordThe 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()final StatusRecordThe customer-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe unique identifier for the reputation entity.final ReputationEntityTypeThe type of reputation entity.final StringThe type of reputation entity.final RecommendationImpactThe reputation impact level for this entity, representing the highest impact reputation finding currently active.final StringThe reputation impact level for this entity, representing the highest impact reputation finding currently active.final StringThe Amazon Resource Name (ARN) of the reputation management policy applied to this entity.final SendingStatusThe aggregate sending status that determines whether the entity is allowed to send emails.final StringThe aggregate sending status that determines whether the entity is allowed to send emails.static Class<? extends ReputationEntity.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
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:
-
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:
-
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
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
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
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:
-
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:
-
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:
-
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:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReputationEntity.Builder,ReputationEntity>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-