7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm-sap/SsmSap_EXPORTS.h>
9#include <aws/ssm-sap/model/ComponentType.h>
44 m_componentTypeHasBeenSet =
true;
45 m_componentType = value;
60 template <
typename S
idT = Aws::String>
62 m_sidHasBeenSet =
true;
63 m_sid = std::forward<SidT>(value);
65 template <
typename S
idT = Aws::String>
67 SetSid(std::forward<SidT>(value));
79 template <
typename Ec2InstanceIdT = Aws::String>
81 m_ec2InstanceIdHasBeenSet =
true;
82 m_ec2InstanceId = std::forward<Ec2InstanceIdT>(value);
84 template <
typename Ec2InstanceIdT = Aws::String>
96 bool m_componentTypeHasBeenSet =
false;
97 bool m_sidHasBeenSet =
false;
98 bool m_ec2InstanceIdHasBeenSet =
false;
AWS_SSMSAP_API ComponentInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSid() const
const Aws::String & GetEc2InstanceId() const
bool ComponentTypeHasBeenSet() const
ComponentInfo & WithEc2InstanceId(Ec2InstanceIdT &&value)
AWS_SSMSAP_API ComponentInfo(Aws::Utils::Json::JsonView jsonValue)
ComponentInfo & WithComponentType(ComponentType value)
void SetSid(SidT &&value)
void SetComponentType(ComponentType value)
AWS_SSMSAP_API Aws::Utils::Json::JsonValue Jsonize() const
ComponentInfo & WithSid(SidT &&value)
bool Ec2InstanceIdHasBeenSet() const
AWS_SSMSAP_API ComponentInfo()=default
ComponentType GetComponentType() const
void SetEc2InstanceId(Ec2InstanceIdT &&value)
bool SidHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue