Class UpdateEnrollmentStatusRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.computeoptimizer.model.ComputeOptimizerRequest
-
- software.amazon.awssdk.services.computeoptimizer.model.UpdateEnrollmentStatusRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateEnrollmentStatusRequest.Builder,UpdateEnrollmentStatusRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateEnrollmentStatusRequest extends ComputeOptimizerRequest implements ToCopyableBuilder<UpdateEnrollmentStatusRequest.Builder,UpdateEnrollmentStatusRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateEnrollmentStatusRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateEnrollmentStatusRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanincludeMemberAccounts()Indicates whether to enroll member accounts of the organization if the account is the management account of an organization.List<SdkField<?>>sdkFields()static Class<? extends UpdateEnrollmentStatusRequest.Builder>serializableBuilderClass()Statusstatus()The new enrollment status of the account.StringstatusAsString()The new enrollment status of the account.UpdateEnrollmentStatusRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
status
public final Status status()
The new enrollment status of the account.
The following status options are available:
-
Active- Opts in your account to the Compute Optimizer service. Compute Optimizer begins analyzing the configuration and utilization metrics of your Amazon Web Services resources after you opt in. For more information, see Metrics analyzed by Compute Optimizer in the Compute Optimizer User Guide. -
Inactive- Opts out your account from the Compute Optimizer service. Your account's recommendations and related metrics data will be deleted from Compute Optimizer after you opt out.
The
PendingandFailedoptions cannot be used to update the enrollment status of an account. They are returned in the response of a request to update the enrollment status of an account.If the service returns an enum value that is not available in the current SDK version,
statuswill returnStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The new enrollment status of the account.
The following status options are available:
-
Active- Opts in your account to the Compute Optimizer service. Compute Optimizer begins analyzing the configuration and utilization metrics of your Amazon Web Services resources after you opt in. For more information, see Metrics analyzed by Compute Optimizer in the Compute Optimizer User Guide. -
Inactive- Opts out your account from the Compute Optimizer service. Your account's recommendations and related metrics data will be deleted from Compute Optimizer after you opt out.
The
PendingandFailedoptions cannot be used to update the enrollment status of an account. They are returned in the response of a request to update the enrollment status of an account. -
- See Also:
Status
-
-
statusAsString
public final String statusAsString()
The new enrollment status of the account.
The following status options are available:
-
Active- Opts in your account to the Compute Optimizer service. Compute Optimizer begins analyzing the configuration and utilization metrics of your Amazon Web Services resources after you opt in. For more information, see Metrics analyzed by Compute Optimizer in the Compute Optimizer User Guide. -
Inactive- Opts out your account from the Compute Optimizer service. Your account's recommendations and related metrics data will be deleted from Compute Optimizer after you opt out.
The
PendingandFailedoptions cannot be used to update the enrollment status of an account. They are returned in the response of a request to update the enrollment status of an account.If the service returns an enum value that is not available in the current SDK version,
statuswill returnStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The new enrollment status of the account.
The following status options are available:
-
Active- Opts in your account to the Compute Optimizer service. Compute Optimizer begins analyzing the configuration and utilization metrics of your Amazon Web Services resources after you opt in. For more information, see Metrics analyzed by Compute Optimizer in the Compute Optimizer User Guide. -
Inactive- Opts out your account from the Compute Optimizer service. Your account's recommendations and related metrics data will be deleted from Compute Optimizer after you opt out.
The
PendingandFailedoptions cannot be used to update the enrollment status of an account. They are returned in the response of a request to update the enrollment status of an account. -
- See Also:
Status
-
-
includeMemberAccounts
public final Boolean includeMemberAccounts()
Indicates whether to enroll member accounts of the organization if the account is the management account of an organization.
- Returns:
- Indicates whether to enroll member accounts of the organization if the account is the management account of an organization.
-
toBuilder
public UpdateEnrollmentStatusRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateEnrollmentStatusRequest.Builder,UpdateEnrollmentStatusRequest>- Specified by:
toBuilderin classComputeOptimizerRequest
-
builder
public static UpdateEnrollmentStatusRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateEnrollmentStatusRequest.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
-
-