Class AccountRecommendationLifecycleSummary
- java.lang.Object
-
- software.amazon.awssdk.services.trustedadvisor.model.AccountRecommendationLifecycleSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccountRecommendationLifecycleSummary.Builder,AccountRecommendationLifecycleSummary>
@Generated("software.amazon.awssdk:codegen") public final class AccountRecommendationLifecycleSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountRecommendationLifecycleSummary.Builder,AccountRecommendationLifecycleSummary>
Summary of an AccountRecommendationLifecycle for an Organization Recommendation
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAccountRecommendationLifecycleSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The AWS account IDStringaccountRecommendationArn()The Recommendation ARNstatic AccountRecommendationLifecycleSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedAt()When the Recommendation was last updatedRecommendationLifecycleStagelifecycleStage()The lifecycle stage from AWS Trusted Advisor PriorityStringlifecycleStageAsString()The lifecycle stage from AWS Trusted Advisor PriorityList<SdkField<?>>sdkFields()static Class<? extends AccountRecommendationLifecycleSummary.Builder>serializableBuilderClass()AccountRecommendationLifecycleSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringupdatedOnBehalfOf()The person on whose behalf a Technical Account Manager (TAM) updated the recommendation.StringupdatedOnBehalfOfJobTitle()The job title of the person on whose behalf a Technical Account Manager (TAM) updated the recommendation.StringupdateReason()Reason for the lifecycle stage changeUpdateRecommendationLifecycleStageReasonCodeupdateReasonCode()Reason code for the lifecycle state changeStringupdateReasonCodeAsString()Reason code for the lifecycle state change-
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
-
accountId
public final String accountId()
The AWS account ID
- Returns:
- The AWS account ID
-
accountRecommendationArn
public final String accountRecommendationArn()
The Recommendation ARN
- Returns:
- The Recommendation ARN
-
lastUpdatedAt
public final Instant lastUpdatedAt()
When the Recommendation was last updated
- Returns:
- When the Recommendation was last updated
-
lifecycleStage
public final RecommendationLifecycleStage lifecycleStage()
The lifecycle stage from AWS Trusted Advisor Priority
If the service returns an enum value that is not available in the current SDK version,
lifecycleStagewill returnRecommendationLifecycleStage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlifecycleStageAsString().- Returns:
- The lifecycle stage from AWS Trusted Advisor Priority
- See Also:
RecommendationLifecycleStage
-
lifecycleStageAsString
public final String lifecycleStageAsString()
The lifecycle stage from AWS Trusted Advisor Priority
If the service returns an enum value that is not available in the current SDK version,
lifecycleStagewill returnRecommendationLifecycleStage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlifecycleStageAsString().- Returns:
- The lifecycle stage from AWS Trusted Advisor Priority
- See Also:
RecommendationLifecycleStage
-
updateReason
public final String updateReason()
Reason for the lifecycle stage change
- Returns:
- Reason for the lifecycle stage change
-
updateReasonCode
public final UpdateRecommendationLifecycleStageReasonCode updateReasonCode()
Reason code for the lifecycle state change
If the service returns an enum value that is not available in the current SDK version,
updateReasonCodewill returnUpdateRecommendationLifecycleStageReasonCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromupdateReasonCodeAsString().- Returns:
- Reason code for the lifecycle state change
- See Also:
UpdateRecommendationLifecycleStageReasonCode
-
updateReasonCodeAsString
public final String updateReasonCodeAsString()
Reason code for the lifecycle state change
If the service returns an enum value that is not available in the current SDK version,
updateReasonCodewill returnUpdateRecommendationLifecycleStageReasonCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromupdateReasonCodeAsString().- Returns:
- Reason code for the lifecycle state change
- See Also:
UpdateRecommendationLifecycleStageReasonCode
-
updatedOnBehalfOf
public final String updatedOnBehalfOf()
The person on whose behalf a Technical Account Manager (TAM) updated the recommendation. This information is only available when a Technical Account Manager takes an action on a recommendation managed by AWS Trusted Advisor Priority
- Returns:
- The person on whose behalf a Technical Account Manager (TAM) updated the recommendation. This information is only available when a Technical Account Manager takes an action on a recommendation managed by AWS Trusted Advisor Priority
-
updatedOnBehalfOfJobTitle
public final String updatedOnBehalfOfJobTitle()
The job title of the person on whose behalf a Technical Account Manager (TAM) updated the recommendation. This information is only available when a Technical Account Manager takes an action on a recommendation managed by AWS Trusted Advisor Priority
- Returns:
- The job title of the person on whose behalf a Technical Account Manager (TAM) updated the recommendation. This information is only available when a Technical Account Manager takes an action on a recommendation managed by AWS Trusted Advisor Priority
-
toBuilder
public AccountRecommendationLifecycleSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccountRecommendationLifecycleSummary.Builder,AccountRecommendationLifecycleSummary>
-
builder
public static AccountRecommendationLifecycleSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AccountRecommendationLifecycleSummary.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.
-
-