7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/CloudFrontRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename IdentifierT = Aws::String>
42 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
43 template<
typename IdentifierT = Aws::String>
49 bool m_identifierHasBeenSet =
false;
AWS_CLOUDFRONT_API GetConnectionGroup2020_05_31Request()=default
const Aws::String & GetIdentifier() const
AWS_CLOUDFRONT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool IdentifierHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
GetConnectionGroup2020_05_31Request & WithIdentifier(IdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String