7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2_EXPORTS.h>
43 template <
typename ApplicationStatusCheckIdT = Aws::String>
45 m_applicationStatusCheckIdHasBeenSet =
true;
46 m_applicationStatusCheckId = std::forward<ApplicationStatusCheckIdT>(value);
48 template <
typename ApplicationStatusCheckIdT = Aws::String>
62 template <
typename AssociationTypeT = Aws::String>
64 m_associationTypeHasBeenSet =
true;
65 m_associationType = std::forward<AssociationTypeT>(value);
67 template <
typename AssociationTypeT = Aws::String>
82 template <
typename AssociationValueT = Aws::String>
84 m_associationValueHasBeenSet =
true;
85 m_associationValue = std::forward<AssociationValueT>(value);
87 template <
typename AssociationValueT = Aws::String>
100 template <
typename ReasonT = Aws::String>
102 m_reasonHasBeenSet =
true;
103 m_reason = std::forward<ReasonT>(value);
105 template <
typename ReasonT = Aws::String>
119 bool m_applicationStatusCheckIdHasBeenSet =
false;
120 bool m_associationTypeHasBeenSet =
false;
121 bool m_associationValueHasBeenSet =
false;
122 bool m_reasonHasBeenSet =
false;
bool ReasonHasBeenSet() const
void SetApplicationStatusCheckId(ApplicationStatusCheckIdT &&value)
AWS_EC2_API UnsuccessfulAssociationResponseObject(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetAssociationValue(AssociationValueT &&value)
UnsuccessfulAssociationResponseObject & WithApplicationStatusCheckId(ApplicationStatusCheckIdT &&value)
bool ApplicationStatusCheckIdHasBeenSet() const
AWS_EC2_API UnsuccessfulAssociationResponseObject & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
UnsuccessfulAssociationResponseObject & WithAssociationValue(AssociationValueT &&value)
void SetReason(ReasonT &&value)
UnsuccessfulAssociationResponseObject & WithAssociationType(AssociationTypeT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool AssociationValueHasBeenSet() const
AWS_EC2_API UnsuccessfulAssociationResponseObject()=default
void SetAssociationType(AssociationTypeT &&value)
const Aws::String & GetAssociationValue() const
const Aws::String & GetApplicationStatusCheckId() const
const Aws::String & GetReason() const
const Aws::String & GetAssociationType() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
UnsuccessfulAssociationResponseObject & WithReason(ReasonT &&value)
bool AssociationTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream