7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename ComponentIdT = Aws::String>
50 void SetComponentId(ComponentIdT&& value) { m_componentIdHasBeenSet =
true; m_componentId = std::forward<ComponentIdT>(value); }
51 template<
typename ComponentIdT = Aws::String>
61 template<
typename ComponentArnT = Aws::String>
62 void SetComponentArn(ComponentArnT&& value) { m_componentArnHasBeenSet =
true; m_componentArn = std::forward<ComponentArnT>(value); }
63 template<
typename ComponentArnT = Aws::String>
69 bool m_componentIdHasBeenSet =
false;
72 bool m_componentArnHasBeenSet =
false;
void SetComponentArn(ComponentArnT &&value)
AlternatePathHint & WithComponentArn(ComponentArnT &&value)
const Aws::String & GetComponentId() const
void SetComponentId(ComponentIdT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool ComponentArnHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_EC2_API AlternatePathHint(const Aws::Utils::Xml::XmlNode &xmlNode)
AlternatePathHint & WithComponentId(ComponentIdT &&value)
AWS_EC2_API AlternatePathHint & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ComponentIdHasBeenSet() const
const Aws::String & GetComponentArn() const
AWS_EC2_API AlternatePathHint()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream