7#include <aws/gameliftstreams/GameLiftStreams_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace GameLiftStreams
52 template<
typename ArnT = Aws::String>
53 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
54 template<
typename ArnT = Aws::String>
65 template<
typename IdT = Aws::String>
66 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
67 template<
typename IdT = Aws::String>
73 bool m_arnHasBeenSet =
false;
76 bool m_idHasBeenSet =
false;
DefaultApplication & WithArn(ArnT &&value)
const Aws::String & GetId() const
AWS_GAMELIFTSTREAMS_API DefaultApplication(Aws::Utils::Json::JsonView jsonValue)
AWS_GAMELIFTSTREAMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GAMELIFTSTREAMS_API DefaultApplication()=default
const Aws::String & GetArn() const
DefaultApplication & WithId(IdT &&value)
AWS_GAMELIFTSTREAMS_API DefaultApplication & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
bool ArnHasBeenSet() const
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue