7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/clouddirectory/CloudDirectoryRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/clouddirectory/model/ObjectReference.h>
15namespace CloudDirectory
45 template<
typename DirectoryArnT = Aws::String>
46 void SetDirectoryArn(DirectoryArnT&& value) { m_directoryArnHasBeenSet =
true; m_directoryArn = std::forward<DirectoryArnT>(value); }
47 template<
typename DirectoryArnT = Aws::String>
57 template<
typename ObjectReferenceT = ObjectReference>
58 void SetObjectReference(ObjectReferenceT&& value) { m_objectReferenceHasBeenSet =
true; m_objectReference = std::forward<ObjectReferenceT>(value); }
59 template<
typename ObjectReferenceT = ObjectReference>
69 template<
typename NextTokenT = Aws::String>
70 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
71 template<
typename NextTokenT = Aws::String>
82 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
88 bool m_directoryArnHasBeenSet =
false;
91 bool m_objectReferenceHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
97 bool m_maxResultsHasBeenSet =
false;
AWS_CLOUDDIRECTORY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_CLOUDDIRECTORY_API Aws::String SerializePayload() const override
LookupPolicyRequest & WithDirectoryArn(DirectoryArnT &&value)
void SetNextToken(NextTokenT &&value)
const ObjectReference & GetObjectReference() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetDirectoryArn() const
void SetMaxResults(int value)
LookupPolicyRequest & WithMaxResults(int value)
LookupPolicyRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
LookupPolicyRequest & WithObjectReference(ObjectReferenceT &&value)
void SetObjectReference(ObjectReferenceT &&value)
void SetDirectoryArn(DirectoryArnT &&value)
bool DirectoryArnHasBeenSet() const
bool ObjectReferenceHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_CLOUDDIRECTORY_API LookupPolicyRequest()=default
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String