/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the output of a LookupPolicy response
* operation.See Also:
AWS
* API Reference
Provides list of path to policies. Policies contain PolicyId
,
* ObjectIdentifier
, and PolicyType
. For more
* information, see Policies.
Provides list of path to policies. Policies contain PolicyId
,
* ObjectIdentifier
, and PolicyType
. For more
* information, see Policies.
Provides list of path to policies. Policies contain PolicyId
,
* ObjectIdentifier
, and PolicyType
. For more
* information, see Policies.
Provides list of path to policies. Policies contain PolicyId
,
* ObjectIdentifier
, and PolicyType
. For more
* information, see Policies.
Provides list of path to policies. Policies contain PolicyId
,
* ObjectIdentifier
, and PolicyType
. For more
* information, see Policies.
Provides list of path to policies. Policies contain PolicyId
,
* ObjectIdentifier
, and PolicyType
. For more
* information, see Policies.
Provides list of path to policies. Policies contain PolicyId
,
* ObjectIdentifier
, and PolicyType
. For more
* information, see Policies.
Provides list of path to policies. Policies contain PolicyId
,
* ObjectIdentifier
, and PolicyType
. For more
* information, see Policies.
The pagination token.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *The pagination token.
*/ inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; } /** *The pagination token.
*/ inline void SetNextToken(const Aws::String& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; } /** *The pagination token.
*/ inline void SetNextToken(Aws::String&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::move(value); } /** *The pagination token.
*/ inline void SetNextToken(const char* value) { m_nextTokenHasBeenSet = true; m_nextToken.assign(value); } /** *The pagination token.
*/ inline BatchLookupPolicyResponse& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *The pagination token.
*/ inline BatchLookupPolicyResponse& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *The pagination token.
*/ inline BatchLookupPolicyResponse& WithNextToken(const char* value) { SetNextToken(value); return *this;} private: Aws::Vector