7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename RequestIdentifierT = Aws::String>
49 void SetRequestIdentifier(RequestIdentifierT&& value) { m_requestIdentifierHasBeenSet =
true; m_requestIdentifier = std::forward<RequestIdentifierT>(value); }
50 template<
typename RequestIdentifierT = Aws::String>
60 template<
typename ContactIdT = Aws::String>
61 void SetContactId(ContactIdT&& value) { m_contactIdHasBeenSet =
true; m_contactId = std::forward<ContactIdT>(value); }
62 template<
typename ContactIdT = Aws::String>
68 bool m_requestIdentifierHasBeenSet =
false;
71 bool m_contactIdHasBeenSet =
false;
AWS_CONNECT_API SuccessfulRequest()=default
const Aws::String & GetContactId() const
void SetRequestIdentifier(RequestIdentifierT &&value)
SuccessfulRequest & WithContactId(ContactIdT &&value)
AWS_CONNECT_API SuccessfulRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContactId(ContactIdT &&value)
AWS_CONNECT_API SuccessfulRequest(Aws::Utils::Json::JsonView jsonValue)
bool ContactIdHasBeenSet() const
bool RequestIdentifierHasBeenSet() const
SuccessfulRequest & WithRequestIdentifier(RequestIdentifierT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRequestIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue