7#include <aws/lookoutvision/LookoutforVision_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lookoutvision/model/TargetDevice.h>
10#include <aws/lookoutvision/model/TargetPlatform.h>
11#include <aws/lookoutvision/model/S3Location.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/lookoutvision/model/Tag.h>
26namespace LookoutforVision
62 inline void SetCompilerOptions(
const char* value) { m_compilerOptionsHasBeenSet =
true; m_compilerOptions.assign(value); }
116 inline void SetComponentName(
const char* value) { m_componentNameHasBeenSet =
true; m_componentName.assign(value); }
131 inline void SetComponentVersion(
const char* value) { m_componentVersionHasBeenSet =
true; m_componentVersion.assign(value); }
145 inline void SetComponentDescription(
const char* value) { m_componentDescriptionHasBeenSet =
true; m_componentDescription.assign(value); }
168 bool m_compilerOptionsHasBeenSet =
false;
171 bool m_targetDeviceHasBeenSet =
false;
174 bool m_targetPlatformHasBeenSet =
false;
177 bool m_s3OutputLocationHasBeenSet =
false;
180 bool m_componentNameHasBeenSet =
false;
183 bool m_componentVersionHasBeenSet =
false;
186 bool m_componentDescriptionHasBeenSet =
false;
189 bool m_tagsHasBeenSet =
false;
GreengrassConfiguration & WithCompilerOptions(const char *value)
const Aws::String & GetCompilerOptions() const
GreengrassConfiguration & WithTargetDevice(TargetDevice &&value)
GreengrassConfiguration & WithCompilerOptions(const Aws::String &value)
void SetComponentVersion(const Aws::String &value)
AWS_LOOKOUTFORVISION_API GreengrassConfiguration()
GreengrassConfiguration & WithComponentVersion(const Aws::String &value)
const Aws::String & GetComponentName() const
const Aws::String & GetComponentVersion() const
void SetTargetDevice(const TargetDevice &value)
GreengrassConfiguration & WithComponentVersion(const char *value)
bool ComponentDescriptionHasBeenSet() const
bool ComponentVersionHasBeenSet() const
GreengrassConfiguration & WithS3OutputLocation(const S3Location &value)
GreengrassConfiguration & WithComponentVersion(Aws::String &&value)
const Aws::String & GetComponentDescription() const
const TargetPlatform & GetTargetPlatform() const
bool S3OutputLocationHasBeenSet() const
GreengrassConfiguration & WithComponentName(Aws::String &&value)
GreengrassConfiguration & WithTargetPlatform(const TargetPlatform &value)
void SetComponentDescription(const Aws::String &value)
GreengrassConfiguration & AddTags(Tag &&value)
void SetComponentDescription(const char *value)
void SetComponentName(const Aws::String &value)
GreengrassConfiguration & WithComponentName(const Aws::String &value)
void SetS3OutputLocation(S3Location &&value)
void SetComponentVersion(const char *value)
AWS_LOOKOUTFORVISION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetComponentVersion(Aws::String &&value)
GreengrassConfiguration & AddTags(const Tag &value)
void SetCompilerOptions(const char *value)
const Aws::Vector< Tag > & GetTags() const
GreengrassConfiguration & WithTags(Aws::Vector< Tag > &&value)
void SetComponentDescription(Aws::String &&value)
GreengrassConfiguration & WithComponentDescription(const Aws::String &value)
GreengrassConfiguration & WithCompilerOptions(Aws::String &&value)
void SetTargetPlatform(const TargetPlatform &value)
void SetTags(const Aws::Vector< Tag > &value)
bool CompilerOptionsHasBeenSet() const
AWS_LOOKOUTFORVISION_API GreengrassConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool TargetDeviceHasBeenSet() const
AWS_LOOKOUTFORVISION_API GreengrassConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
GreengrassConfiguration & WithTargetDevice(const TargetDevice &value)
void SetCompilerOptions(const Aws::String &value)
GreengrassConfiguration & WithTags(const Aws::Vector< Tag > &value)
const S3Location & GetS3OutputLocation() const
void SetTags(Aws::Vector< Tag > &&value)
GreengrassConfiguration & WithS3OutputLocation(S3Location &&value)
bool TargetPlatformHasBeenSet() const
GreengrassConfiguration & WithComponentDescription(const char *value)
const TargetDevice & GetTargetDevice() const
GreengrassConfiguration & WithComponentDescription(Aws::String &&value)
void SetComponentName(Aws::String &&value)
void SetTargetDevice(TargetDevice &&value)
void SetS3OutputLocation(const S3Location &value)
GreengrassConfiguration & WithComponentName(const char *value)
void SetCompilerOptions(Aws::String &&value)
GreengrassConfiguration & WithTargetPlatform(TargetPlatform &&value)
void SetComponentName(const char *value)
bool ComponentNameHasBeenSet() const
void SetTargetPlatform(TargetPlatform &&value)
bool TagsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue