7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/pinpoint-email/model/IdentityInfo.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace PinpointEmail
50 template<
typename EmailIdentitiesT = Aws::Vector<IdentityInfo>>
51 void SetEmailIdentities(EmailIdentitiesT&& value) { m_emailIdentitiesHasBeenSet =
true; m_emailIdentities = std::forward<EmailIdentitiesT>(value); }
52 template<
typename EmailIdentitiesT = Aws::Vector<IdentityInfo>>
54 template<
typename EmailIdentitiesT = IdentityInfo>
66 template<
typename NextTokenT = Aws::String>
67 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
68 template<
typename NextTokenT = Aws::String>
75 template<
typename RequestIdT = Aws::String>
76 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
77 template<
typename RequestIdT = Aws::String>
83 bool m_emailIdentitiesHasBeenSet =
false;
86 bool m_nextTokenHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
ListEmailIdentitiesResult & WithRequestId(RequestIdT &&value)
AWS_PINPOINTEMAIL_API ListEmailIdentitiesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PINPOINTEMAIL_API ListEmailIdentitiesResult()=default
void SetNextToken(NextTokenT &&value)
ListEmailIdentitiesResult & AddEmailIdentities(EmailIdentitiesT &&value)
void SetRequestId(RequestIdT &&value)
ListEmailIdentitiesResult & WithNextToken(NextTokenT &&value)
void SetEmailIdentities(EmailIdentitiesT &&value)
const Aws::String & GetRequestId() const
ListEmailIdentitiesResult & WithEmailIdentities(EmailIdentitiesT &&value)
const Aws::Vector< IdentityInfo > & GetEmailIdentities() const
AWS_PINPOINTEMAIL_API ListEmailIdentitiesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue