7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker-geospatial/model/OutputType.h>
22namespace SageMakerGeospatial
49 inline void SetBandName(
const char* value) { m_bandNameHasBeenSet =
true; m_bandName.assign(value); }
69 bool m_bandNameHasBeenSet =
false;
72 bool m_outputDataTypeHasBeenSet =
false;
void SetOutputDataType(OutputType &&value)
OutputBand & WithOutputDataType(OutputType &&value)
OutputBand & WithBandName(const char *value)
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
OutputBand & WithBandName(Aws::String &&value)
void SetBandName(Aws::String &&value)
const Aws::String & GetBandName() const
void SetBandName(const Aws::String &value)
void SetBandName(const char *value)
void SetOutputDataType(const OutputType &value)
OutputBand & WithOutputDataType(const OutputType &value)
const OutputType & GetOutputDataType() const
bool OutputDataTypeHasBeenSet() const
OutputBand & WithBandName(const Aws::String &value)
bool BandNameHasBeenSet() const
AWS_SAGEMAKERGEOSPATIAL_API OutputBand(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKERGEOSPATIAL_API OutputBand & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKERGEOSPATIAL_API OutputBand()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue