139 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
162 bool m_userStackAssociationHasBeenSet =
false;
165 bool m_errorCodeHasBeenSet =
false;
168 bool m_errorMessageHasBeenSet =
false;
#define AWS_APPSTREAM_API
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetErrorMessage() const
const UserStackAssociationErrorCode & GetErrorCode() const
UserStackAssociationError & WithErrorCode(UserStackAssociationErrorCode &&value)
void SetErrorMessage(const Aws::String &value)
bool ErrorCodeHasBeenSet() const
UserStackAssociationError & WithErrorMessage(const char *value)
const UserStackAssociation & GetUserStackAssociation() const
void SetErrorMessage(Aws::String &&value)
UserStackAssociationError & WithErrorMessage(Aws::String &&value)
bool UserStackAssociationHasBeenSet() const
AWS_APPSTREAM_API UserStackAssociationError(Aws::Utils::Json::JsonView jsonValue)
AWS_APPSTREAM_API UserStackAssociationError & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetErrorCode(UserStackAssociationErrorCode &&value)
UserStackAssociationError & WithErrorCode(const UserStackAssociationErrorCode &value)
UserStackAssociationError & WithErrorMessage(const Aws::String &value)
void SetErrorMessage(const char *value)
UserStackAssociationError & WithUserStackAssociation(UserStackAssociation &&value)
void SetUserStackAssociation(const UserStackAssociation &value)
AWS_APPSTREAM_API UserStackAssociationError()
UserStackAssociationError & WithUserStackAssociation(const UserStackAssociation &value)
void SetUserStackAssociation(UserStackAssociation &&value)
void SetErrorCode(const UserStackAssociationErrorCode &value)
bool ErrorMessageHasBeenSet() const
UserStackAssociationErrorCode
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String