7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 inline int GetCount()
const {
return m_count; }
48 inline void SetCount(
int value) { m_countHasBeenSet =
true; m_count = value; }
58 template<
typename TargetTypeT = Aws::String>
59 void SetTargetType(TargetTypeT&& value) { m_targetTypeHasBeenSet =
true; m_targetType = std::forward<TargetTypeT>(value); }
60 template<
typename TargetTypeT = Aws::String>
66 bool m_countHasBeenSet =
false;
69 bool m_targetTypeHasBeenSet =
false;
TargetPreview & WithCount(int value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
bool TargetTypeHasBeenSet() const
void SetTargetType(TargetTypeT &&value)
bool CountHasBeenSet() const
TargetPreview & WithTargetType(TargetTypeT &&value)
AWS_SSM_API TargetPreview & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API TargetPreview(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API TargetPreview()=default
const Aws::String & GetTargetType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue