7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/gameliftstreams/GameLiftStreamsRequest.h>
10#include <aws/gameliftstreams/GameLiftStreams_EXPORTS.h>
15namespace GameLiftStreams {
43 template <
typename IdentifierT = Aws::String>
45 m_identifierHasBeenSet =
true;
46 m_identifier = std::forward<IdentifierT>(value);
48 template <
typename IdentifierT = Aws::String>
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
86 template <
typename ApplicationLogPathsT = Aws::Vector<Aws::String>>
88 m_applicationLogPathsHasBeenSet =
true;
89 m_applicationLogPaths = std::forward<ApplicationLogPathsT>(value);
91 template <
typename ApplicationLogPathsT = Aws::Vector<Aws::String>>
96 template <
typename ApplicationLogPathsT = Aws::String>
98 m_applicationLogPathsHasBeenSet =
true;
99 m_applicationLogPaths.emplace_back(std::forward<ApplicationLogPathsT>(value));
117 template <
typename ApplicationLogOutputUriT = Aws::String>
119 m_applicationLogOutputUriHasBeenSet =
true;
120 m_applicationLogOutputUri = std::forward<ApplicationLogOutputUriT>(value);
122 template <
typename ApplicationLogOutputUriT = Aws::String>
136 bool m_identifierHasBeenSet =
false;
137 bool m_descriptionHasBeenSet =
false;
138 bool m_applicationLogPathsHasBeenSet =
false;
139 bool m_applicationLogOutputUriHasBeenSet =
false;
UpdateApplicationRequest & WithApplicationLogOutputUri(ApplicationLogOutputUriT &&value)
AWS_GAMELIFTSTREAMS_API Aws::String SerializePayload() const override
UpdateApplicationRequest & AddApplicationLogPaths(ApplicationLogPathsT &&value)
const Aws::String & GetDescription() const
void SetApplicationLogOutputUri(ApplicationLogOutputUriT &&value)
const Aws::String & GetIdentifier() const
AWS_GAMELIFTSTREAMS_API UpdateApplicationRequest()=default
bool ApplicationLogOutputUriHasBeenSet() const
bool DescriptionHasBeenSet() const
bool ApplicationLogPathsHasBeenSet() const
void SetApplicationLogPaths(ApplicationLogPathsT &&value)
void SetIdentifier(IdentifierT &&value)
const Aws::String & GetApplicationLogOutputUri() const
const Aws::Vector< Aws::String > & GetApplicationLogPaths() const
UpdateApplicationRequest & WithApplicationLogPaths(ApplicationLogPathsT &&value)
bool IdentifierHasBeenSet() const
UpdateApplicationRequest & WithDescription(DescriptionT &&value)
UpdateApplicationRequest & WithIdentifier(IdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector