7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/clouddirectory/model/ObjectReference.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace CloudDirectory
64 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
76 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
82 bool m_objectReferenceHasBeenSet =
false;
85 bool m_nextTokenHasBeenSet =
false;
88 bool m_maxResultsHasBeenSet =
false;
int GetMaxResults() const
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
bool ObjectReferenceHasBeenSet() const
BatchLookupPolicy & WithNextToken(Aws::String &&value)
bool MaxResultsHasBeenSet() const
AWS_CLOUDDIRECTORY_API BatchLookupPolicy()
BatchLookupPolicy & WithObjectReference(ObjectReference &&value)
AWS_CLOUDDIRECTORY_API BatchLookupPolicy(Aws::Utils::Json::JsonView jsonValue)
void SetNextToken(Aws::String &&value)
BatchLookupPolicy & WithNextToken(const char *value)
void SetObjectReference(const ObjectReference &value)
const ObjectReference & GetObjectReference() const
BatchLookupPolicy & WithObjectReference(const ObjectReference &value)
BatchLookupPolicy & WithMaxResults(int value)
AWS_CLOUDDIRECTORY_API BatchLookupPolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMaxResults(int value)
void SetNextToken(const Aws::String &value)
BatchLookupPolicy & WithNextToken(const Aws::String &value)
void SetObjectReference(ObjectReference &&value)
void SetNextToken(const char *value)
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue