7#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53resolver/model/OutpostResolverStatus.h>
22namespace Route53Resolver
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
61 template<
typename CreationTimeT = Aws::String>
62 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
63 template<
typename CreationTimeT = Aws::String>
74 template<
typename ModificationTimeT = Aws::String>
75 void SetModificationTime(ModificationTimeT&& value) { m_modificationTimeHasBeenSet =
true; m_modificationTime = std::forward<ModificationTimeT>(value); }
76 template<
typename ModificationTimeT = Aws::String>
88 template<
typename CreatorRequestIdT = Aws::String>
89 void SetCreatorRequestId(CreatorRequestIdT&& value) { m_creatorRequestIdHasBeenSet =
true; m_creatorRequestId = std::forward<CreatorRequestIdT>(value); }
90 template<
typename CreatorRequestIdT = Aws::String>
100 template<
typename IdT = Aws::String>
101 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
102 template<
typename IdT = Aws::String>
112 inline void SetInstanceCount(
int value) { m_instanceCountHasBeenSet =
true; m_instanceCount = value; }
122 template<
typename PreferredInstanceTypeT = Aws::String>
123 void SetPreferredInstanceType(PreferredInstanceTypeT&& value) { m_preferredInstanceTypeHasBeenSet =
true; m_preferredInstanceType = std::forward<PreferredInstanceTypeT>(value); }
124 template<
typename PreferredInstanceTypeT = Aws::String>
134 template<
typename NameT = Aws::String>
135 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
136 template<
typename NameT = Aws::String>
156 template<
typename StatusMessageT = Aws::String>
157 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet =
true; m_statusMessage = std::forward<StatusMessageT>(value); }
158 template<
typename StatusMessageT = Aws::String>
168 template<
typename OutpostArnT = Aws::String>
169 void SetOutpostArn(OutpostArnT&& value) { m_outpostArnHasBeenSet =
true; m_outpostArn = std::forward<OutpostArnT>(value); }
170 template<
typename OutpostArnT = Aws::String>
176 bool m_arnHasBeenSet =
false;
179 bool m_creationTimeHasBeenSet =
false;
182 bool m_modificationTimeHasBeenSet =
false;
185 bool m_creatorRequestIdHasBeenSet =
false;
188 bool m_idHasBeenSet =
false;
190 int m_instanceCount{0};
191 bool m_instanceCountHasBeenSet =
false;
194 bool m_preferredInstanceTypeHasBeenSet =
false;
197 bool m_nameHasBeenSet =
false;
200 bool m_statusHasBeenSet =
false;
203 bool m_statusMessageHasBeenSet =
false;
206 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