/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Input object defining the custom BandMath indices to compute.See
* Also:
AWS
* API Reference
A list of BandMath indices to compute.
*/ inline const Aws::VectorA list of BandMath indices to compute.
*/ inline bool OperationsHasBeenSet() const { return m_operationsHasBeenSet; } /** *A list of BandMath indices to compute.
*/ inline void SetOperations(const Aws::VectorA list of BandMath indices to compute.
*/ inline void SetOperations(Aws::VectorA list of BandMath indices to compute.
*/ inline CustomIndicesInput& WithOperations(const Aws::VectorA list of BandMath indices to compute.
*/ inline CustomIndicesInput& WithOperations(Aws::VectorA list of BandMath indices to compute.
*/ inline CustomIndicesInput& AddOperations(const Operation& value) { m_operationsHasBeenSet = true; m_operations.push_back(value); return *this; } /** *A list of BandMath indices to compute.
*/ inline CustomIndicesInput& AddOperations(Operation&& value) { m_operationsHasBeenSet = true; m_operations.push_back(std::move(value)); return *this; } private: Aws::Vector