Class IdleRecommendationError
- java.lang.Object
-
- software.amazon.awssdk.services.computeoptimizer.model.IdleRecommendationError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IdleRecommendationError.Builder,IdleRecommendationError>
@Generated("software.amazon.awssdk:codegen") public final class IdleRecommendationError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IdleRecommendationError.Builder,IdleRecommendationError>
Returns of list of resources that doesn't have idle recommendations.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIdleRecommendationError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdleRecommendationError.Builderbuilder()Stringcode()The error code.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringidentifier()The ID of the error.Stringmessage()The error message.IdleRecommendationResourceTyperesourceType()The type of resource associated with the error.StringresourceTypeAsString()The type of resource associated with the error.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends IdleRecommendationError.Builder>serializableBuilderClass()IdleRecommendationError.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
-
identifier
public final String identifier()
The ID of the error.
- Returns:
- The ID of the error.
-
code
public final String code()
The error code.
- Returns:
- The error code.
-
message
public final String message()
The error message.
- Returns:
- The error message.
-
resourceType
public final IdleRecommendationResourceType resourceType()
The type of resource associated with the error.
If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnIdleRecommendationResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- The type of resource associated with the error.
- See Also:
IdleRecommendationResourceType
-
resourceTypeAsString
public final String resourceTypeAsString()
The type of resource associated with the error.
If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnIdleRecommendationResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- The type of resource associated with the error.
- See Also:
IdleRecommendationResourceType
-
toBuilder
public IdleRecommendationError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IdleRecommendationError.Builder,IdleRecommendationError>
-
builder
public static IdleRecommendationError.Builder builder()
-
serializableBuilderClass
public static Class<? extends IdleRecommendationError.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
-
-