7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/model/AttachmentsSourceKey.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
95 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
103 bool m_keyHasBeenSet =
false;
106 bool m_valuesHasBeenSet =
false;
109 bool m_nameHasBeenSet =
false;
void SetValues(const Aws::Vector< Aws::String > &value)
AttachmentsSource & WithName(const char *value)
AttachmentsSource & AddValues(const char *value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
bool KeyHasBeenSet() const
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
bool ValuesHasBeenSet() const
AttachmentsSource & WithValues(Aws::Vector< Aws::String > &&value)
void SetKey(const AttachmentsSourceKey &value)
void SetValues(Aws::Vector< Aws::String > &&value)
void SetName(Aws::String &&value)
const Aws::Vector< Aws::String > & GetValues() const
void SetKey(AttachmentsSourceKey &&value)
AttachmentsSource & AddValues(Aws::String &&value)
AttachmentsSource & WithKey(AttachmentsSourceKey &&value)
AWS_SSM_API AttachmentsSource()
const AttachmentsSourceKey & GetKey() const
AttachmentsSource & WithName(Aws::String &&value)
AttachmentsSource & AddValues(const Aws::String &value)
void SetName(const char *value)
AttachmentsSource & WithName(const Aws::String &value)
AttachmentsSource & WithValues(const Aws::Vector< Aws::String > &value)
AttachmentsSource & WithKey(const AttachmentsSourceKey &value)
AWS_SSM_API AttachmentsSource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(const Aws::String &value)
AWS_SSM_API AttachmentsSource(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue