7#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53resolver/model/ResolverQueryLogConfigAssociationStatus.h>
10#include <aws/route53resolver/model/ResolverQueryLogConfigAssociationError.h>
23namespace Route53Resolver
59 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
60 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
74 inline void SetResolverQueryLogConfigId(
const char* value) { m_resolverQueryLogConfigIdHasBeenSet =
true; m_resolverQueryLogConfigId.assign(value); }
89 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
143 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
158 inline void SetCreationTime(
const char* value) { m_creationTimeHasBeenSet =
true; m_creationTime.assign(value); }
166 bool m_idHasBeenSet =
false;
169 bool m_resolverQueryLogConfigIdHasBeenSet =
false;
172 bool m_resourceIdHasBeenSet =
false;
175 bool m_statusHasBeenSet =
false;
178 bool m_errorHasBeenSet =
false;
181 bool m_errorMessageHasBeenSet =
false;
184 bool m_creationTimeHasBeenSet =
false;
AWS_ROUTE53RESOLVER_API ResolverQueryLogConfigAssociation()
bool IdHasBeenSet() const
AWS_ROUTE53RESOLVER_API ResolverQueryLogConfigAssociation(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(const ResolverQueryLogConfigAssociationStatus &value)
ResolverQueryLogConfigAssociation & WithId(Aws::String &&value)
void SetResourceId(const Aws::String &value)
const Aws::String & GetErrorMessage() const
void SetErrorMessage(const char *value)
ResolverQueryLogConfigAssociation & WithCreationTime(const char *value)
const Aws::String & GetCreationTime() const
void SetErrorMessage(const Aws::String &value)
void SetId(Aws::String &&value)
ResolverQueryLogConfigAssociation & WithError(ResolverQueryLogConfigAssociationError &&value)
bool ResourceIdHasBeenSet() const
ResolverQueryLogConfigAssociation & WithCreationTime(const Aws::String &value)
ResolverQueryLogConfigAssociation & WithId(const char *value)
ResolverQueryLogConfigAssociation & WithStatus(ResolverQueryLogConfigAssociationStatus &&value)
ResolverQueryLogConfigAssociation & WithErrorMessage(const Aws::String &value)
void SetId(const char *value)
bool CreationTimeHasBeenSet() const
bool ErrorHasBeenSet() const
void SetResolverQueryLogConfigId(const char *value)
ResolverQueryLogConfigAssociation & WithResourceId(const char *value)
void SetStatus(ResolverQueryLogConfigAssociationStatus &&value)
ResolverQueryLogConfigAssociation & WithResolverQueryLogConfigId(const char *value)
AWS_ROUTE53RESOLVER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreationTime(const Aws::String &value)
void SetResolverQueryLogConfigId(Aws::String &&value)
const Aws::String & GetResolverQueryLogConfigId() const
const ResolverQueryLogConfigAssociationError & GetError() const
ResolverQueryLogConfigAssociation & WithError(const ResolverQueryLogConfigAssociationError &value)
ResolverQueryLogConfigAssociation & WithResourceId(Aws::String &&value)
ResolverQueryLogConfigAssociation & WithErrorMessage(Aws::String &&value)
void SetResolverQueryLogConfigId(const Aws::String &value)
void SetError(const ResolverQueryLogConfigAssociationError &value)
void SetCreationTime(const char *value)
bool ErrorMessageHasBeenSet() const
ResolverQueryLogConfigAssociation & WithResolverQueryLogConfigId(Aws::String &&value)
const ResolverQueryLogConfigAssociationStatus & GetStatus() const
ResolverQueryLogConfigAssociation & WithErrorMessage(const char *value)
void SetError(ResolverQueryLogConfigAssociationError &&value)
AWS_ROUTE53RESOLVER_API ResolverQueryLogConfigAssociation & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ResolverQueryLogConfigIdHasBeenSet() const
ResolverQueryLogConfigAssociation & WithResourceId(const Aws::String &value)
ResolverQueryLogConfigAssociation & WithStatus(const ResolverQueryLogConfigAssociationStatus &value)
void SetCreationTime(Aws::String &&value)
bool StatusHasBeenSet() const
ResolverQueryLogConfigAssociation & WithResolverQueryLogConfigId(const Aws::String &value)
void SetErrorMessage(Aws::String &&value)
void SetId(const Aws::String &value)
ResolverQueryLogConfigAssociation & WithId(const Aws::String &value)
const Aws::String & GetId() const
void SetResourceId(Aws::String &&value)
void SetResourceId(const char *value)
const Aws::String & GetResourceId() const
ResolverQueryLogConfigAssociation & WithCreationTime(Aws::String &&value)
ResolverQueryLogConfigAssociationError
ResolverQueryLogConfigAssociationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue