7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/lightsail/model/ResourceLocation.h>
11#include <aws/lightsail/model/ResourceType.h>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename ArnT = Aws::String>
63 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
64 template<
typename ArnT = Aws::String>
74 template<
typename CreatedAtT = Aws::Utils::DateTime>
75 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
76 template<
typename CreatedAtT = Aws::Utils::DateTime>
84 template<
typename LocationT = ResourceLocation>
85 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
86 template<
typename LocationT = ResourceLocation>
102 bool m_nameHasBeenSet =
false;
105 bool m_arnHasBeenSet =
false;
108 bool m_createdAtHasBeenSet =
false;
110 ResourceLocation m_location;
111 bool m_locationHasBeenSet =
false;
114 bool m_resourceTypeHasBeenSet =
false;
SetupHistoryResource & WithLocation(LocationT &&value)
void SetName(NameT &&value)
ResourceType GetResourceType() const
void SetArn(ArnT &&value)
bool CreatedAtHasBeenSet() const
AWS_LIGHTSAIL_API SetupHistoryResource(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
const ResourceLocation & GetLocation() const
void SetLocation(LocationT &&value)
SetupHistoryResource & WithCreatedAt(CreatedAtT &&value)
SetupHistoryResource & WithName(NameT &&value)
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetArn() const
bool LocationHasBeenSet() const
AWS_LIGHTSAIL_API SetupHistoryResource()=default
SetupHistoryResource & WithArn(ArnT &&value)
bool ArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetResourceType(ResourceType value)
SetupHistoryResource & WithResourceType(ResourceType value)
AWS_LIGHTSAIL_API SetupHistoryResource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedAt(CreatedAtT &&value)
bool NameHasBeenSet() const
bool ResourceTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue