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>
51 inline void SetComponentId(
const char* value) { m_componentIdHasBeenSet =
true; m_componentId.assign(value); }
65 inline void SetComponentArn(
const char* value) { m_componentArnHasBeenSet =
true; m_componentArn.assign(value); }
73 bool m_componentIdHasBeenSet =
false;
76 bool m_componentArnHasBeenSet =
false;
void SetComponentArn(const Aws::String &value)
void SetComponentArn(Aws::String &&value)
const Aws::String & GetComponentId() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AlternatePathHint & WithComponentArn(const char *value)
AWS_EC2_API AlternatePathHint()
AlternatePathHint & WithComponentId(Aws::String &&value)
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)
void SetComponentId(Aws::String &&value)
AWS_EC2_API AlternatePathHint & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AlternatePathHint & WithComponentArn(const Aws::String &value)
void SetComponentArn(const char *value)
AlternatePathHint & WithComponentArn(Aws::String &&value)
void SetComponentId(const char *value)
AlternatePathHint & WithComponentId(const char *value)
AlternatePathHint & WithComponentId(const Aws::String &value)
bool ComponentIdHasBeenSet() const
const Aws::String & GetComponentArn() const
void SetComponentId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream