7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/greengrass/GreengrassRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename CertificateAuthorityIdT = Aws::String>
42 void SetCertificateAuthorityId(CertificateAuthorityIdT&& value) { m_certificateAuthorityIdHasBeenSet =
true; m_certificateAuthorityId = std::forward<CertificateAuthorityIdT>(value); }
43 template<
typename CertificateAuthorityIdT = Aws::String>
53 template<
typename GroupIdT = Aws::String>
54 void SetGroupId(GroupIdT&& value) { m_groupIdHasBeenSet =
true; m_groupId = std::forward<GroupIdT>(value); }
55 template<
typename GroupIdT = Aws::String>
61 bool m_certificateAuthorityIdHasBeenSet =
false;
64 bool m_groupIdHasBeenSet =
false;
const Aws::String & GetCertificateAuthorityId() const
bool CertificateAuthorityIdHasBeenSet() const
const Aws::String & GetGroupId() const
virtual const char * GetServiceRequestName() const override
GetGroupCertificateAuthorityRequest & WithCertificateAuthorityId(CertificateAuthorityIdT &&value)
bool GroupIdHasBeenSet() const
void SetGroupId(GroupIdT &&value)
AWS_GREENGRASS_API GetGroupCertificateAuthorityRequest()=default
GetGroupCertificateAuthorityRequest & WithGroupId(GroupIdT &&value)
void SetCertificateAuthorityId(CertificateAuthorityIdT &&value)
AWS_GREENGRASS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String