/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the parameters for
* DescribeSchedulingPolicies
.See Also:
AWS
* API Reference
A list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
*/ inline const Aws::VectorA list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
*/ inline bool ArnsHasBeenSet() const { return m_arnsHasBeenSet; } /** *A list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
*/ inline void SetArns(const Aws::VectorA list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
*/ inline void SetArns(Aws::VectorA list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
*/ inline DescribeSchedulingPoliciesRequest& WithArns(const Aws::VectorA list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
*/ inline DescribeSchedulingPoliciesRequest& WithArns(Aws::VectorA list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
*/ inline DescribeSchedulingPoliciesRequest& AddArns(const Aws::String& value) { m_arnsHasBeenSet = true; m_arns.push_back(value); return *this; } /** *A list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
*/ inline DescribeSchedulingPoliciesRequest& AddArns(Aws::String&& value) { m_arnsHasBeenSet = true; m_arns.push_back(std::move(value)); return *this; } /** *A list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
*/ inline DescribeSchedulingPoliciesRequest& AddArns(const char* value) { m_arnsHasBeenSet = true; m_arns.push_back(value); return *this; } private: Aws::Vector