7#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53resolver/model/ResolverQueryLogConfigStatus.h>
10#include <aws/route53resolver/model/ShareStatus.h>
23namespace Route53Resolver
58 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
59 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
74 inline void SetOwnerId(
const char* value) { m_ownerIdHasBeenSet =
true; m_ownerId.assign(value); }
124 inline void SetAssociationCount(
int value) { m_associationCountHasBeenSet =
true; m_associationCount = value; }
136 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
150 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
166 inline void SetDestinationArn(
const char* value) { m_destinationArnHasBeenSet =
true; m_destinationArn.assign(value); }
182 inline void SetCreatorRequestId(
const char* value) { m_creatorRequestIdHasBeenSet =
true; m_creatorRequestId.assign(value); }
197 inline void SetCreationTime(
const char* value) { m_creationTimeHasBeenSet =
true; m_creationTime.assign(value); }
205 bool m_idHasBeenSet =
false;
208 bool m_ownerIdHasBeenSet =
false;
211 bool m_statusHasBeenSet =
false;
214 bool m_shareStatusHasBeenSet =
false;
216 int m_associationCount;
217 bool m_associationCountHasBeenSet =
false;
220 bool m_arnHasBeenSet =
false;
223 bool m_nameHasBeenSet =
false;
226 bool m_destinationArnHasBeenSet =
false;
229 bool m_creatorRequestIdHasBeenSet =
false;
232 bool m_creationTimeHasBeenSet =
false;
void SetCreationTime(const char *value)
ResolverQueryLogConfig & WithId(const char *value)
ResolverQueryLogConfig & WithCreationTime(const Aws::String &value)
ResolverQueryLogConfig & WithOwnerId(const char *value)
const Aws::String & GetCreatorRequestId() const
ResolverQueryLogConfig & WithShareStatus(ShareStatus &&value)
ResolverQueryLogConfig & WithOwnerId(const Aws::String &value)
const Aws::String & GetId() const
const ShareStatus & GetShareStatus() const
AWS_ROUTE53RESOLVER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetOwnerId() const
bool OwnerIdHasBeenSet() const
void SetName(const char *value)
void SetStatus(const ResolverQueryLogConfigStatus &value)
bool CreatorRequestIdHasBeenSet() const
bool AssociationCountHasBeenSet() const
void SetName(Aws::String &&value)
ResolverQueryLogConfig & WithName(const char *value)
ResolverQueryLogConfig & WithDestinationArn(const char *value)
ResolverQueryLogConfig & WithShareStatus(const ShareStatus &value)
void SetCreatorRequestId(const char *value)
void SetDestinationArn(const Aws::String &value)
const Aws::String & GetName() const
ResolverQueryLogConfig & WithId(const Aws::String &value)
void SetArn(const Aws::String &value)
void SetShareStatus(ShareStatus &&value)
ResolverQueryLogConfig & WithCreatorRequestId(const Aws::String &value)
void SetOwnerId(const char *value)
int GetAssociationCount() const
ResolverQueryLogConfig & WithDestinationArn(const Aws::String &value)
ResolverQueryLogConfig & WithAssociationCount(int value)
void SetDestinationArn(const char *value)
bool ArnHasBeenSet() const
const Aws::String & GetCreationTime() const
void SetId(Aws::String &&value)
void SetId(const Aws::String &value)
AWS_ROUTE53RESOLVER_API ResolverQueryLogConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
ResolverQueryLogConfig & WithDestinationArn(Aws::String &&value)
bool IdHasBeenSet() const
const Aws::String & GetDestinationArn() const
bool NameHasBeenSet() const
void SetCreatorRequestId(Aws::String &&value)
void SetId(const char *value)
bool StatusHasBeenSet() const
AWS_ROUTE53RESOLVER_API ResolverQueryLogConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_ROUTE53RESOLVER_API ResolverQueryLogConfig()
ResolverQueryLogConfig & WithOwnerId(Aws::String &&value)
void SetOwnerId(const Aws::String &value)
ResolverQueryLogConfig & WithStatus(const ResolverQueryLogConfigStatus &value)
ResolverQueryLogConfig & WithCreatorRequestId(Aws::String &&value)
void SetCreationTime(const Aws::String &value)
void SetStatus(ResolverQueryLogConfigStatus &&value)
ResolverQueryLogConfig & WithArn(Aws::String &&value)
ResolverQueryLogConfig & WithName(Aws::String &&value)
ResolverQueryLogConfig & WithStatus(ResolverQueryLogConfigStatus &&value)
ResolverQueryLogConfig & WithCreatorRequestId(const char *value)
void SetArn(const char *value)
bool CreationTimeHasBeenSet() const
void SetAssociationCount(int value)
ResolverQueryLogConfig & WithId(Aws::String &&value)
bool DestinationArnHasBeenSet() const
void SetCreatorRequestId(const Aws::String &value)
ResolverQueryLogConfig & WithCreationTime(Aws::String &&value)
bool ShareStatusHasBeenSet() const
const Aws::String & GetArn() const
void SetOwnerId(Aws::String &&value)
ResolverQueryLogConfig & WithArn(const Aws::String &value)
void SetArn(Aws::String &&value)
void SetName(const Aws::String &value)
ResolverQueryLogConfig & WithName(const Aws::String &value)
void SetShareStatus(const ShareStatus &value)
ResolverQueryLogConfig & WithArn(const char *value)
const ResolverQueryLogConfigStatus & GetStatus() const
void SetDestinationArn(Aws::String &&value)
void SetCreationTime(Aws::String &&value)
ResolverQueryLogConfig & WithCreationTime(const char *value)
ResolverQueryLogConfigStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue