7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/gameliftstreams/GameLiftStreams_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace GameLiftStreams {
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
64 template <
typename ApplicationArnsT = Aws::Vector<Aws::String>>
66 m_applicationArnsHasBeenSet =
true;
67 m_applicationArns = std::forward<ApplicationArnsT>(value);
69 template <
typename ApplicationArnsT = Aws::Vector<Aws::String>>
74 template <
typename ApplicationArnsT = Aws::String>
76 m_applicationArnsHasBeenSet =
true;
77 m_applicationArns.emplace_back(std::forward<ApplicationArnsT>(value));
85 template <
typename RequestIdT = Aws::String>
87 m_requestIdHasBeenSet =
true;
88 m_requestId = std::forward<RequestIdT>(value);
90 template <
typename RequestIdT = Aws::String>
102 bool m_arnHasBeenSet =
false;
103 bool m_applicationArnsHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetApplicationArns() const
void SetArn(ArnT &&value)
AssociateApplicationsResult & WithArn(ArnT &&value)
AssociateApplicationsResult & AddApplicationArns(ApplicationArnsT &&value)
AWS_GAMELIFTSTREAMS_API AssociateApplicationsResult()=default
AssociateApplicationsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AssociateApplicationsResult & WithApplicationArns(ApplicationArnsT &&value)
AWS_GAMELIFTSTREAMS_API AssociateApplicationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GAMELIFTSTREAMS_API AssociateApplicationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetArn() const
void SetRequestId(RequestIdT &&value)
void SetApplicationArns(ApplicationArnsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue