7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace CloudWatchLogs
51 template<
typename WithKeysT = Aws::Vector<Aws::String>>
52 void SetWithKeys(WithKeysT&& value) { m_withKeysHasBeenSet =
true; m_withKeys = std::forward<WithKeysT>(value); }
53 template<
typename WithKeysT = Aws::Vector<Aws::String>>
55 template<
typename WithKeysT = Aws::String>
56 TrimString&
AddWithKeys(WithKeysT&& value) { m_withKeysHasBeenSet =
true; m_withKeys.emplace_back(std::forward<WithKeysT>(value));
return *
this; }
61 bool m_withKeysHasBeenSet =
false;
AWS_CLOUDWATCHLOGS_API TrimString(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLOUDWATCHLOGS_API TrimString & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHLOGS_API TrimString()=default
const Aws::Vector< Aws::String > & GetWithKeys() const
TrimString & WithWithKeys(WithKeysT &&value)
void SetWithKeys(WithKeysT &&value)
TrimString & AddWithKeys(WithKeysT &&value)
bool WithKeysHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue