7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename PrincipalT = Aws::String>
52 void SetPrincipal(PrincipalT&& value) { m_principalHasBeenSet =
true; m_principal = std::forward<PrincipalT>(value); }
53 template<
typename PrincipalT = Aws::String>
63 template<
typename CognitoIdentityPoolIdT = Aws::String>
64 void SetCognitoIdentityPoolId(CognitoIdentityPoolIdT&& value) { m_cognitoIdentityPoolIdHasBeenSet =
true; m_cognitoIdentityPoolId = std::forward<CognitoIdentityPoolIdT>(value); }
65 template<
typename CognitoIdentityPoolIdT = Aws::String>
75 template<
typename ThingNameT = Aws::String>
76 void SetThingName(ThingNameT&& value) { m_thingNameHasBeenSet =
true; m_thingName = std::forward<ThingNameT>(value); }
77 template<
typename ThingNameT = Aws::String>
83 bool m_principalHasBeenSet =
false;
86 bool m_cognitoIdentityPoolIdHasBeenSet =
false;
89 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