Class UserStackAssociationError
- java.lang.Object
-
- software.amazon.awssdk.services.appstream.model.UserStackAssociationError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UserStackAssociationError.Builder,UserStackAssociationError>
@Generated("software.amazon.awssdk:codegen") public final class UserStackAssociationError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UserStackAssociationError.Builder,UserStackAssociationError>
Describes the error that is returned when a user can’t be associated with or disassociated from a stack.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUserStackAssociationError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserStackAssociationError.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)UserStackAssociationErrorCodeerrorCode()The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.StringerrorCodeAsString()The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.StringerrorMessage()The error message for the error that is returned when a user can’t be associated with or disassociated from a stack.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UserStackAssociationError.Builder>serializableBuilderClass()UserStackAssociationError.BuildertoBuilder()StringtoString()Returns a string representation of this object.UserStackAssociationuserStackAssociation()Information about the user and associated stack.-
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
-
userStackAssociation
public final UserStackAssociation userStackAssociation()
Information about the user and associated stack.
- Returns:
- Information about the user and associated stack.
-
errorCode
public final UserStackAssociationErrorCode errorCode()
The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.
If the service returns an enum value that is not available in the current SDK version,
errorCodewill returnUserStackAssociationErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorCodeAsString().- Returns:
- The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.
- See Also:
UserStackAssociationErrorCode
-
errorCodeAsString
public final String errorCodeAsString()
The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.
If the service returns an enum value that is not available in the current SDK version,
errorCodewill returnUserStackAssociationErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorCodeAsString().- Returns:
- The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.
- See Also:
UserStackAssociationErrorCode
-
errorMessage
public final String errorMessage()
The error message for the error that is returned when a user can’t be associated with or disassociated from a stack.
- Returns:
- The error message for the error that is returned when a user can’t be associated with or disassociated from a stack.
-
toBuilder
public UserStackAssociationError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UserStackAssociationError.Builder,UserStackAssociationError>
-
builder
public static UserStackAssociationError.Builder builder()
-
serializableBuilderClass
public static Class<? extends UserStackAssociationError.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
-
-