7#include <aws/globalaccelerator/GlobalAccelerator_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace GlobalAccelerator
51 template<
typename MessageT = Aws::String>
52 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
53 template<
typename MessageT = Aws::String>
63 template<
typename SignatureT = Aws::String>
64 void SetSignature(SignatureT&& value) { m_signatureHasBeenSet =
true; m_signature = std::forward<SignatureT>(value); }
65 template<
typename SignatureT = Aws::String>
71 bool m_messageHasBeenSet =
false;
74 bool m_signatureHasBeenSet =
false;
CidrAuthorizationContext & WithMessage(MessageT &&value)
AWS_GLOBALACCELERATOR_API CidrAuthorizationContext()=default
CidrAuthorizationContext & WithSignature(SignatureT &&value)
const Aws::String & GetMessage() const
AWS_GLOBALACCELERATOR_API CidrAuthorizationContext(Aws::Utils::Json::JsonView jsonValue)
bool SignatureHasBeenSet() const
void SetSignature(SignatureT &&value)
void SetMessage(MessageT &&value)
AWS_GLOBALACCELERATOR_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageHasBeenSet() const
const Aws::String & GetSignature() const
AWS_GLOBALACCELERATOR_API CidrAuthorizationContext & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue