7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
9#include <aws/route53resolver/model/OutpostResolverStatus.h>
20namespace Route53Resolver {
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
61 template <
typename CreationTimeT = Aws::String>
63 m_creationTimeHasBeenSet =
true;
64 m_creationTime = std::forward<CreationTimeT>(value);
66 template <
typename CreationTimeT = Aws::String>
80 template <
typename ModificationTimeT = Aws::String>
82 m_modificationTimeHasBeenSet =
true;
83 m_modificationTime = std::forward<ModificationTimeT>(value);
85 template <
typename ModificationTimeT = Aws::String>
100 template <
typename CreatorRequestIdT = Aws::String>
102 m_creatorRequestIdHasBeenSet =
true;
103 m_creatorRequestId = std::forward<CreatorRequestIdT>(value);
105 template <
typename CreatorRequestIdT = Aws::String>
118 template <
typename IdT = Aws::String>
120 m_idHasBeenSet =
true;
121 m_id = std::forward<IdT>(value);
123 template <
typename IdT = Aws::String>
125 SetId(std::forward<IdT>(value));
137 m_instanceCountHasBeenSet =
true;
138 m_instanceCount = value;
152 template <
typename PreferredInstanceTypeT = Aws::String>
154 m_preferredInstanceTypeHasBeenSet =
true;
155 m_preferredInstanceType = std::forward<PreferredInstanceTypeT>(value);
157 template <
typename PreferredInstanceTypeT = Aws::String>
170 template <
typename NameT = Aws::String>
172 m_nameHasBeenSet =
true;
173 m_name = std::forward<NameT>(value);
175 template <
typename NameT = Aws::String>
177 SetName(std::forward<NameT>(value));
189 m_statusHasBeenSet =
true;
204 template <
typename StatusMessageT = Aws::String>
206 m_statusMessageHasBeenSet =
true;
207 m_statusMessage = std::forward<StatusMessageT>(value);
209 template <
typename StatusMessageT = Aws::String>
222 template <
typename OutpostArnT = Aws::String>
224 m_outpostArnHasBeenSet =
true;
225 m_outpostArn = std::forward<OutpostArnT>(value);
227 template <
typename OutpostArnT = Aws::String>
244 int m_instanceCount{0};
255 bool m_arnHasBeenSet =
false;
256 bool m_creationTimeHasBeenSet =
false;
257 bool m_modificationTimeHasBeenSet =
false;
258 bool m_creatorRequestIdHasBeenSet =
false;
259 bool m_idHasBeenSet =
false;
260 bool m_instanceCountHasBeenSet =
false;
261 bool m_preferredInstanceTypeHasBeenSet =
false;
262 bool m_nameHasBeenSet =
false;
263 bool m_statusHasBeenSet =
false;
264 bool m_statusMessageHasBeenSet =
false;
265 bool m_outpostArnHasBeenSet =
false;
AWS_ROUTE53RESOLVER_API OutpostResolver & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
const Aws::String & GetModificationTime() const
AWS_ROUTE53RESOLVER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOutpostArn(OutpostArnT &&value)
const Aws::String & GetStatusMessage() const
int GetInstanceCount() const
bool InstanceCountHasBeenSet() const
const Aws::String & GetOutpostArn() const
bool NameHasBeenSet() const
AWS_ROUTE53RESOLVER_API OutpostResolver()=default
OutpostResolver & WithStatusMessage(StatusMessageT &&value)
OutpostResolver & WithCreatorRequestId(CreatorRequestIdT &&value)
bool ArnHasBeenSet() const
bool CreatorRequestIdHasBeenSet() const
OutpostResolver & WithInstanceCount(int value)
OutpostResolverStatus GetStatus() const
bool StatusMessageHasBeenSet() const
void SetInstanceCount(int value)
AWS_ROUTE53RESOLVER_API OutpostResolver(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
void SetPreferredInstanceType(PreferredInstanceTypeT &&value)
OutpostResolver & WithId(IdT &&value)
void SetStatusMessage(StatusMessageT &&value)
bool OutpostArnHasBeenSet() const
OutpostResolver & WithPreferredInstanceType(PreferredInstanceTypeT &&value)
bool CreationTimeHasBeenSet() const
OutpostResolver & WithModificationTime(ModificationTimeT &&value)
bool PreferredInstanceTypeHasBeenSet() const
bool ModificationTimeHasBeenSet() const
OutpostResolver & WithCreationTime(CreationTimeT &&value)
void SetModificationTime(ModificationTimeT &&value)
OutpostResolver & WithArn(ArnT &&value)
void SetCreationTime(CreationTimeT &&value)
void SetName(NameT &&value)
void SetCreatorRequestId(CreatorRequestIdT &&value)
const Aws::String & GetPreferredInstanceType() const
OutpostResolver & WithStatus(OutpostResolverStatus value)
bool StatusHasBeenSet() const
void SetArn(ArnT &&value)
const Aws::String & GetCreationTime() const
const Aws::String & GetCreatorRequestId() const
void SetStatus(OutpostResolverStatus value)
const Aws::String & GetName() const
const Aws::String & GetId() const
OutpostResolver & WithOutpostArn(OutpostArnT &&value)
OutpostResolver & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue