7#include <aws/gameliftstreams/GameLiftStreams_EXPORTS.h>
8#include <aws/gameliftstreams/GameLiftStreamsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace GameLiftStreams
49 template<
typename ApplicationLogOutputUriT = Aws::String>
50 void SetApplicationLogOutputUri(ApplicationLogOutputUriT&& value) { m_applicationLogOutputUriHasBeenSet =
true; m_applicationLogOutputUri = std::forward<ApplicationLogOutputUriT>(value); }
51 template<
typename ApplicationLogOutputUriT = Aws::String>
68 template<
typename ApplicationLogPathsT = Aws::Vector<Aws::String>>
69 void SetApplicationLogPaths(ApplicationLogPathsT&& value) { m_applicationLogPathsHasBeenSet =
true; m_applicationLogPaths = std::forward<ApplicationLogPathsT>(value); }
70 template<
typename ApplicationLogPathsT = Aws::Vector<Aws::String>>
72 template<
typename ApplicationLogPathsT = Aws::String>
82 template<
typename DescriptionT = Aws::String>
83 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
84 template<
typename DescriptionT = Aws::String>
99 template<
typename IdentifierT = Aws::String>
100 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
101 template<
typename IdentifierT = Aws::String>
107 bool m_applicationLogOutputUriHasBeenSet =
false;
110 bool m_applicationLogPathsHasBeenSet =
false;
113 bool m_descriptionHasBeenSet =
false;
116 bool m_identifierHasBeenSet =
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