AWS SDK for C++

AWS SDK for C++ Version 1.11.832

Loading...
Searching...
No Matches
GetResourcePolicyRequest.h
1
6#pragma once
7#include <aws/signin/SigninRequest.h>
8#include <aws/signin/Signin_EXPORTS.h>
9
10namespace Aws {
11namespace Signin {
12namespace Model {
13
20 public:
21 AWS_SIGNIN_API GetResourcePolicyRequest() = default;
22
23 // Service request name is the Operation name which will send this request out,
24 // each operation should has unique request name, so that we can get operation's name from this request.
25 // Note: this is not true for response, multiple operations may have the same response name,
26 // so we can not get operation's name from response.
27 inline virtual const char* GetServiceRequestName() const override { return "GetResourcePolicy"; }
28
29 AWS_SIGNIN_API Aws::String SerializePayload() const override;
30
34 AWS_SIGNIN_API EndpointParameters GetEndpointContextParams() const override;
35};
36
37} // namespace Model
38} // namespace Signin
39} // namespace Aws
AWS_SIGNIN_API EndpointParameters GetEndpointContextParams() const override
AWS_SIGNIN_API GetResourcePolicyRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_SIGNIN_API Aws::String SerializePayload() const override
Aws::Endpoint::EndpointParameters EndpointParameters
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String