7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
9#include <aws/route53resolver/model/ResolverQueryLogConfigStatus.h>
10#include <aws/route53resolver/model/ShareStatus.h>
21namespace Route53Resolver {
51 template <
typename IdT = Aws::String>
53 m_idHasBeenSet =
true;
54 m_id = std::forward<IdT>(value);
56 template <
typename IdT = Aws::String>
58 SetId(std::forward<IdT>(value));
70 template <
typename OwnerIdT = Aws::String>
72 m_ownerIdHasBeenSet =
true;
73 m_ownerId = std::forward<OwnerIdT>(value);
75 template <
typename OwnerIdT = Aws::String>
99 m_statusHasBeenSet =
true;
118 m_shareStatusHasBeenSet =
true;
119 m_shareStatus = value;
135 m_associationCountHasBeenSet =
true;
136 m_associationCount = value;
150 template <
typename ArnT = Aws::String>
152 m_arnHasBeenSet =
true;
153 m_arn = std::forward<ArnT>(value);
155 template <
typename ArnT = Aws::String>
157 SetArn(std::forward<ArnT>(value));
168 template <
typename NameT = Aws::String>
170 m_nameHasBeenSet =
true;
171 m_name = std::forward<NameT>(value);
173 template <
typename NameT = Aws::String>
175 SetName(std::forward<NameT>(value));
188 template <
typename DestinationArnT = Aws::String>
190 m_destinationArnHasBeenSet =
true;
191 m_destinationArn = std::forward<DestinationArnT>(value);
193 template <
typename DestinationArnT = Aws::String>
208 template <
typename CreatorRequestIdT = Aws::String>
210 m_creatorRequestIdHasBeenSet =
true;
211 m_creatorRequestId = std::forward<CreatorRequestIdT>(value);
213 template <
typename CreatorRequestIdT = Aws::String>
227 template <
typename CreationTimeT = Aws::String>
229 m_creationTimeHasBeenSet =
true;
230 m_creationTime = std::forward<CreationTimeT>(value);
232 template <
typename CreationTimeT = Aws::String>
247 int m_associationCount{0};
258 bool m_idHasBeenSet =
false;
259 bool m_ownerIdHasBeenSet =
false;
260 bool m_statusHasBeenSet =
false;
261 bool m_shareStatusHasBeenSet =
false;
262 bool m_associationCountHasBeenSet =
false;
263 bool m_arnHasBeenSet =
false;
264 bool m_nameHasBeenSet =
false;
265 bool m_destinationArnHasBeenSet =
false;
266 bool m_creatorRequestIdHasBeenSet =
false;
267 bool m_creationTimeHasBeenSet =
false;
const Aws::String & GetCreatorRequestId() const
const Aws::String & GetId() const
ResolverQueryLogConfig & WithShareStatus(ShareStatus value)
AWS_ROUTE53RESOLVER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetOwnerId() const
bool OwnerIdHasBeenSet() const
void SetStatus(ResolverQueryLogConfigStatus value)
ResolverQueryLogConfig & WithId(IdT &&value)
bool CreatorRequestIdHasBeenSet() const
bool AssociationCountHasBeenSet() const
ResolverQueryLogConfigStatus GetStatus() const
void SetName(NameT &&value)
const Aws::String & GetName() const
void SetCreatorRequestId(CreatorRequestIdT &&value)
ShareStatus GetShareStatus() const
int GetAssociationCount() const
void SetDestinationArn(DestinationArnT &&value)
ResolverQueryLogConfig & WithAssociationCount(int value)
bool ArnHasBeenSet() const
const Aws::String & GetCreationTime() const
AWS_ROUTE53RESOLVER_API ResolverQueryLogConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
const Aws::String & GetDestinationArn() const
bool NameHasBeenSet() const
bool StatusHasBeenSet() const
AWS_ROUTE53RESOLVER_API ResolverQueryLogConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_ROUTE53RESOLVER_API ResolverQueryLogConfig()=default
void SetCreationTime(CreationTimeT &&value)
void SetOwnerId(OwnerIdT &&value)
void SetArn(ArnT &&value)
ResolverQueryLogConfig & WithOwnerId(OwnerIdT &&value)
ResolverQueryLogConfig & WithStatus(ResolverQueryLogConfigStatus value)
bool CreationTimeHasBeenSet() const
void SetAssociationCount(int value)
bool DestinationArnHasBeenSet() const
void SetShareStatus(ShareStatus value)
bool ShareStatusHasBeenSet() const
const Aws::String & GetArn() const
ResolverQueryLogConfig & WithCreatorRequestId(CreatorRequestIdT &&value)
ResolverQueryLogConfig & WithName(NameT &&value)
ResolverQueryLogConfig & WithDestinationArn(DestinationArnT &&value)
ResolverQueryLogConfig & WithCreationTime(CreationTimeT &&value)
ResolverQueryLogConfig & WithArn(ArnT &&value)
ResolverQueryLogConfigStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue