7#include <aws/iam/IAM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iam/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
48 template<
typename GroupNameT = Aws::String>
49 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
50 template<
typename GroupNameT = Aws::String>
59 template<
typename PolicyNameT = Aws::String>
60 void SetPolicyName(PolicyNameT&& value) { m_policyNameHasBeenSet =
true; m_policyName = std::forward<PolicyNameT>(value); }
61 template<
typename PolicyNameT = Aws::String>
73 template<
typename PolicyDocumentT = Aws::String>
74 void SetPolicyDocument(PolicyDocumentT&& value) { m_policyDocumentHasBeenSet =
true; m_policyDocument = std::forward<PolicyDocumentT>(value); }
75 template<
typename PolicyDocumentT = Aws::String>
82 template<
typename ResponseMetadataT = ResponseMetadata>
83 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
84 template<
typename ResponseMetadataT = ResponseMetadata>
90 bool m_groupNameHasBeenSet =
false;
93 bool m_policyNameHasBeenSet =
false;
96 bool m_policyDocumentHasBeenSet =
false;
99 bool m_responseMetadataHasBeenSet =
false;
GetGroupPolicyResult & WithPolicyName(PolicyNameT &&value)
GetGroupPolicyResult & WithPolicyDocument(PolicyDocumentT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
const Aws::String & GetPolicyDocument() const
const Aws::String & GetPolicyName() const
AWS_IAM_API GetGroupPolicyResult()=default
GetGroupPolicyResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetPolicyName(PolicyNameT &&value)
const Aws::String & GetGroupName() const
AWS_IAM_API GetGroupPolicyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetGroupName(GroupNameT &&value)
GetGroupPolicyResult & WithGroupName(GroupNameT &&value)
AWS_IAM_API GetGroupPolicyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetPolicyDocument(PolicyDocumentT &&value)
const ResponseMetadata & GetResponseMetadata() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument