7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/ConnectionGroup.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename ConnectionGroupT = ConnectionGroup>
42 void SetConnectionGroup(ConnectionGroupT&& value) { m_connectionGroupHasBeenSet =
true; m_connectionGroup = std::forward<ConnectionGroupT>(value); }
43 template<
typename ConnectionGroupT = ConnectionGroup>
52 template<
typename ETagT = Aws::String>
53 void SetETag(ETagT&& value) { m_eTagHasBeenSet =
true; m_eTag = std::forward<ETagT>(value); }
54 template<
typename ETagT = Aws::String>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_connectionGroupHasBeenSet =
false;
72 bool m_eTagHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
GetConnectionGroup2020_05_31Result & WithETag(ETagT &&value)
const Aws::String & GetETag() const
void SetRequestId(RequestIdT &&value)
const ConnectionGroup & GetConnectionGroup() const
GetConnectionGroup2020_05_31Result & WithConnectionGroup(ConnectionGroupT &&value)
AWS_CLOUDFRONT_API GetConnectionGroup2020_05_31Result()=default
const Aws::String & GetRequestId() const
void SetConnectionGroup(ConnectionGroupT &&value)
AWS_CLOUDFRONT_API GetConnectionGroup2020_05_31Result(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
GetConnectionGroup2020_05_31Result & WithRequestId(RequestIdT &&value)
AWS_CLOUDFRONT_API GetConnectionGroup2020_05_31Result & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetETag(ETagT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument