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
50 template<
typename ObjectReferenceT = ObjectReference>
51 void SetObjectReference(ObjectReferenceT&& value) { m_objectReferenceHasBeenSet =
true; m_objectReference = std::forward<ObjectReferenceT>(value); }
52 template<
typename ObjectReferenceT = ObjectReference>
62 template<
typename NextTokenT = Aws::String>
63 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
64 template<
typename NextTokenT = Aws::String>
74 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
80 bool m_objectReferenceHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
86 bool m_maxResultsHasBeenSet =
false;
int GetMaxResults() const
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
bool ObjectReferenceHasBeenSet() const
BatchLookupPolicy & WithObjectReference(ObjectReferenceT &&value)
void SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
AWS_CLOUDDIRECTORY_API BatchLookupPolicy(Aws::Utils::Json::JsonView jsonValue)
const ObjectReference & GetObjectReference() const
BatchLookupPolicy & WithMaxResults(int value)
AWS_CLOUDDIRECTORY_API BatchLookupPolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMaxResults(int value)
void SetObjectReference(ObjectReferenceT &&value)
BatchLookupPolicy & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
AWS_CLOUDDIRECTORY_API BatchLookupPolicy()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue