7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/iot/IoT_EXPORTS.h>
46 template <
typename PrincipalT = Aws::String>
48 m_principalHasBeenSet =
true;
49 m_principal = std::forward<PrincipalT>(value);
51 template <
typename PrincipalT = Aws::String>
64 template <
typename CognitoIdentityPoolIdT = Aws::String>
66 m_cognitoIdentityPoolIdHasBeenSet =
true;
67 m_cognitoIdentityPoolId = std::forward<CognitoIdentityPoolIdT>(value);
69 template <
typename CognitoIdentityPoolIdT = Aws::String>
82 template <
typename ThingNameT = Aws::String>
84 m_thingNameHasBeenSet =
true;
85 m_thingName = std::forward<ThingNameT>(value);
87 template <
typename ThingNameT = Aws::String>
99 bool m_principalHasBeenSet =
false;
100 bool m_cognitoIdentityPoolIdHasBeenSet =
false;
101 bool m_thingNameHasBeenSet =
false;
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool PrincipalHasBeenSet() const
const Aws::String & GetPrincipal() const
GetEffectivePoliciesRequest & WithPrincipal(PrincipalT &&value)
GetEffectivePoliciesRequest & WithThingName(ThingNameT &&value)
virtual const char * GetServiceRequestName() const override
GetEffectivePoliciesRequest & WithCognitoIdentityPoolId(CognitoIdentityPoolIdT &&value)
void SetCognitoIdentityPoolId(CognitoIdentityPoolIdT &&value)
const Aws::String & GetThingName() const
AWS_IOT_API Aws::String SerializePayload() const override
bool ThingNameHasBeenSet() const
void SetThingName(ThingNameT &&value)
AWS_IOT_API GetEffectivePoliciesRequest()=default
const Aws::String & GetCognitoIdentityPoolId() const
void SetPrincipal(PrincipalT &&value)
bool CognitoIdentityPoolIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String