/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The response from the server for a registration request.See
* Also:
AWS
* API Reference
A response from the server indicating that a user registration has been * confirmed.
*/ inline bool GetUserConfirmed() const{ return m_userConfirmed; } /** *A response from the server indicating that a user registration has been * confirmed.
*/ inline void SetUserConfirmed(bool value) { m_userConfirmed = value; } /** *A response from the server indicating that a user registration has been * confirmed.
*/ inline SignUpResult& WithUserConfirmed(bool value) { SetUserConfirmed(value); return *this;} /** *The code delivery details returned by the server response to the user * registration request.
*/ inline const CodeDeliveryDetailsType& GetCodeDeliveryDetails() const{ return m_codeDeliveryDetails; } /** *The code delivery details returned by the server response to the user * registration request.
*/ inline void SetCodeDeliveryDetails(const CodeDeliveryDetailsType& value) { m_codeDeliveryDetails = value; } /** *The code delivery details returned by the server response to the user * registration request.
*/ inline void SetCodeDeliveryDetails(CodeDeliveryDetailsType&& value) { m_codeDeliveryDetails = std::move(value); } /** *The code delivery details returned by the server response to the user * registration request.
*/ inline SignUpResult& WithCodeDeliveryDetails(const CodeDeliveryDetailsType& value) { SetCodeDeliveryDetails(value); return *this;} /** *The code delivery details returned by the server response to the user * registration request.
*/ inline SignUpResult& WithCodeDeliveryDetails(CodeDeliveryDetailsType&& value) { SetCodeDeliveryDetails(std::move(value)); return *this;} /** *The UUID of the authenticated user. This isn't the same as
* username
.
The UUID of the authenticated user. This isn't the same as
* username
.
The UUID of the authenticated user. This isn't the same as
* username
.
The UUID of the authenticated user. This isn't the same as
* username
.
The UUID of the authenticated user. This isn't the same as
* username
.
The UUID of the authenticated user. This isn't the same as
* username
.
The UUID of the authenticated user. This isn't the same as
* username
.