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>
10#include <aws/ec2/model/IpamRoutingPolicyRegistrationDeltaState.h>
44 template <
typename DeltaIdT = Aws::String>
46 m_deltaIdHasBeenSet =
true;
47 m_deltaId = std::forward<DeltaIdT>(value);
49 template <
typename DeltaIdT = Aws::String>
62 template <
typename DeltaJsonT = Aws::String>
64 m_deltaJsonHasBeenSet =
true;
65 m_deltaJson = std::forward<DeltaJsonT>(value);
67 template <
typename DeltaJsonT = Aws::String>
82 m_stateHasBeenSet =
true;
98 template <
typename StateMessageT = Aws::String>
100 m_stateMessageHasBeenSet =
true;
101 m_stateMessage = std::forward<StateMessageT>(value);
103 template <
typename StateMessageT = Aws::String>
117 bool m_deltaIdHasBeenSet =
false;
118 bool m_deltaJsonHasBeenSet =
false;
119 bool m_stateHasBeenSet =
false;
120 bool m_stateMessageHasBeenSet =
false;
void SetDeltaJson(DeltaJsonT &&value)
bool StateMessageHasBeenSet() const
bool StateHasBeenSet() const
IpamRoutingPolicyRegistrationDelta & WithDeltaJson(DeltaJsonT &&value)
AWS_EC2_API IpamRoutingPolicyRegistrationDelta & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetStateMessage(StateMessageT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetState(IpamRoutingPolicyRegistrationDeltaState value)
IpamRoutingPolicyRegistrationDelta & WithStateMessage(StateMessageT &&value)
AWS_EC2_API IpamRoutingPolicyRegistrationDelta()=default
bool DeltaJsonHasBeenSet() const
const Aws::String & GetDeltaId() const
IpamRoutingPolicyRegistrationDelta & WithDeltaId(DeltaIdT &&value)
IpamRoutingPolicyRegistrationDeltaState GetState() const
bool DeltaIdHasBeenSet() const
IpamRoutingPolicyRegistrationDelta & WithState(IpamRoutingPolicyRegistrationDeltaState value)
const Aws::String & GetDeltaJson() const
const Aws::String & GetStateMessage() const
AWS_EC2_API IpamRoutingPolicyRegistrationDelta(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetDeltaId(DeltaIdT &&value)
IpamRoutingPolicyRegistrationDeltaState
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream