7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename PolicyNameT = Aws::String>
45 void SetPolicyName(PolicyNameT&& value) { m_policyNameHasBeenSet =
true; m_policyName = std::forward<PolicyNameT>(value); }
46 template<
typename PolicyNameT = Aws::String>
56 template<
typename PolicyVersionIdT = Aws::String>
57 void SetPolicyVersionId(PolicyVersionIdT&& value) { m_policyVersionIdHasBeenSet =
true; m_policyVersionId = std::forward<PolicyVersionIdT>(value); }
58 template<
typename PolicyVersionIdT = Aws::String>
64 bool m_policyNameHasBeenSet =
false;
67 bool m_policyVersionIdHasBeenSet =
false;
AWS_IOT_API GetPolicyVersionRequest()=default
GetPolicyVersionRequest & WithPolicyVersionId(PolicyVersionIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetPolicyName() const
void SetPolicyVersionId(PolicyVersionIdT &&value)
AWS_IOT_API Aws::String SerializePayload() const override
const Aws::String & GetPolicyVersionId() const
void SetPolicyName(PolicyNameT &&value)
bool PolicyNameHasBeenSet() const
GetPolicyVersionRequest & WithPolicyName(PolicyNameT &&value)
bool PolicyVersionIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String