7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/logs/CloudWatchLogs_EXPORTS.h>
19namespace CloudWatchLogs {
46 template <
typename SourceT = Aws::String>
48 m_sourceHasBeenSet =
true;
49 m_source = std::forward<SourceT>(value);
51 template <
typename SourceT = Aws::String>
64 template <
typename DestinationT = Aws::String>
66 m_destinationHasBeenSet =
true;
67 m_destination = std::forward<DestinationT>(value);
69 template <
typename DestinationT = Aws::String>
84 template <
typename FieldDelimiterT = Aws::String>
86 m_fieldDelimiterHasBeenSet =
true;
87 m_fieldDelimiter = std::forward<FieldDelimiterT>(value);
89 template <
typename FieldDelimiterT = Aws::String>
104 template <
typename KeyValueDelimiterT = Aws::String>
106 m_keyValueDelimiterHasBeenSet =
true;
107 m_keyValueDelimiter = std::forward<KeyValueDelimiterT>(value);
109 template <
typename KeyValueDelimiterT = Aws::String>
122 template <
typename KeyPrefixT = Aws::String>
124 m_keyPrefixHasBeenSet =
true;
125 m_keyPrefix = std::forward<KeyPrefixT>(value);
127 template <
typename KeyPrefixT = Aws::String>
141 template <
typename NonMatchValueT = Aws::String>
143 m_nonMatchValueHasBeenSet =
true;
144 m_nonMatchValue = std::forward<NonMatchValueT>(value);
146 template <
typename NonMatchValueT = Aws::String>
161 m_overwriteIfExistsHasBeenSet =
true;
162 m_overwriteIfExists = value;
182 bool m_overwriteIfExists{
false};
183 bool m_sourceHasBeenSet =
false;
184 bool m_destinationHasBeenSet =
false;
185 bool m_fieldDelimiterHasBeenSet =
false;
186 bool m_keyValueDelimiterHasBeenSet =
false;
187 bool m_keyPrefixHasBeenSet =
false;
188 bool m_nonMatchValueHasBeenSet =
false;
189 bool m_overwriteIfExistsHasBeenSet =
false;
const Aws::String & GetFieldDelimiter() const
bool DestinationHasBeenSet() const
const Aws::String & GetNonMatchValue() const
ParseKeyValue & WithNonMatchValue(NonMatchValueT &&value)
ParseKeyValue & WithFieldDelimiter(FieldDelimiterT &&value)
void SetDestination(DestinationT &&value)
void SetOverwriteIfExists(bool value)
AWS_CLOUDWATCHLOGS_API ParseKeyValue(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetKeyValueDelimiter() const
AWS_CLOUDWATCHLOGS_API ParseKeyValue & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDestination() const
bool SourceHasBeenSet() const
bool OverwriteIfExistsHasBeenSet() const
bool FieldDelimiterHasBeenSet() const
void SetKeyPrefix(KeyPrefixT &&value)
void SetSource(SourceT &&value)
bool GetOverwriteIfExists() const
ParseKeyValue & WithOverwriteIfExists(bool value)
ParseKeyValue & WithDestination(DestinationT &&value)
void SetFieldDelimiter(FieldDelimiterT &&value)
ParseKeyValue & WithSource(SourceT &&value)
ParseKeyValue & WithKeyPrefix(KeyPrefixT &&value)
bool KeyValueDelimiterHasBeenSet() const
void SetKeyValueDelimiter(KeyValueDelimiterT &&value)
bool NonMatchValueHasBeenSet() const
AWS_CLOUDWATCHLOGS_API ParseKeyValue()=default
void SetNonMatchValue(NonMatchValueT &&value)
const Aws::String & GetSource() const
bool KeyPrefixHasBeenSet() const
const Aws::String & GetKeyPrefix() const
ParseKeyValue & WithKeyValueDelimiter(KeyValueDelimiterT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue