7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/model/UserStackAssociation.h>
9#include <aws/appstream/model/UserStackAssociationErrorCode.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
77 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
85 bool m_userStackAssociationHasBeenSet =
false;
88 bool m_errorCodeHasBeenSet =
false;
91 bool m_errorMessageHasBeenSet =
false;
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
Aws::Utils::Json::JsonValue JsonValue