7#include <aws/organizations/Organizations_EXPORTS.h>
8#include <aws/organizations/OrganizationsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace Organizations
51 template<
typename ChildIdT = Aws::String>
52 void SetChildId(ChildIdT&& value) { m_childIdHasBeenSet =
true; m_childId = std::forward<ChildIdT>(value); }
53 template<
typename ChildIdT = Aws::String>
67 template<
typename NextTokenT = Aws::String>
68 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
69 template<
typename NextTokenT = Aws::String>
87 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
93 bool m_childIdHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
99 bool m_maxResultsHasBeenSet =
false;
int GetMaxResults() const
AWS_ORGANIZATIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetChildId() const
bool ChildIdHasBeenSet() const
void SetNextToken(NextTokenT &&value)
AWS_ORGANIZATIONS_API Aws::String SerializePayload() const override
ListParentsRequest & WithNextToken(NextTokenT &&value)
void SetChildId(ChildIdT &&value)
ListParentsRequest & WithChildId(ChildIdT &&value)
ListParentsRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
AWS_ORGANIZATIONS_API ListParentsRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String