AWS SDK for C++  0.14.3
AWS SDK for C++
CreatePolicyRequest.h
Go to the documentation of this file.
1 /*
2 * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License").
5 * You may not use this file except in compliance with the License.
6 * A copy of the License is located at
7 *
8 * http://aws.amazon.com/apache2.0
9 *
10 * or in the "license" file accompanying this file. This file is distributed
11 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12 * express or implied. See the License for the specific language governing
13 * permissions and limitations under the License.
14 */
15 #pragma once
16 #include <aws/iot/IoT_EXPORTS.h>
17 #include <aws/iot/IoTRequest.h>
19 
20 namespace Aws
21 {
22 namespace IoT
23 {
24 namespace Model
25 {
26 
31  {
32  public:
34  Aws::String SerializePayload() const override;
35 
39  inline const Aws::String& GetPolicyName() const{ return m_policyName; }
40 
44  inline void SetPolicyName(const Aws::String& value) { m_policyNameHasBeenSet = true; m_policyName = value; }
45 
49  inline void SetPolicyName(Aws::String&& value) { m_policyNameHasBeenSet = true; m_policyName = value; }
50 
54  inline void SetPolicyName(const char* value) { m_policyNameHasBeenSet = true; m_policyName.assign(value); }
55 
59  inline CreatePolicyRequest& WithPolicyName(const Aws::String& value) { SetPolicyName(value); return *this;}
60 
64  inline CreatePolicyRequest& WithPolicyName(Aws::String&& value) { SetPolicyName(value); return *this;}
65 
69  inline CreatePolicyRequest& WithPolicyName(const char* value) { SetPolicyName(value); return *this;}
70 
75  inline const Aws::String& GetPolicyDocument() const{ return m_policyDocument; }
76 
81  inline void SetPolicyDocument(const Aws::String& value) { m_policyDocumentHasBeenSet = true; m_policyDocument = value; }
82 
87  inline void SetPolicyDocument(Aws::String&& value) { m_policyDocumentHasBeenSet = true; m_policyDocument = value; }
88 
93  inline void SetPolicyDocument(const char* value) { m_policyDocumentHasBeenSet = true; m_policyDocument.assign(value); }
94 
99  inline CreatePolicyRequest& WithPolicyDocument(const Aws::String& value) { SetPolicyDocument(value); return *this;}
100 
105  inline CreatePolicyRequest& WithPolicyDocument(Aws::String&& value) { SetPolicyDocument(value); return *this;}
106 
111  inline CreatePolicyRequest& WithPolicyDocument(const char* value) { SetPolicyDocument(value); return *this;}
112 
113  private:
114  Aws::String m_policyName;
115  bool m_policyNameHasBeenSet;
116  Aws::String m_policyDocument;
117  bool m_policyDocumentHasBeenSet;
118  };
119 
120 } // namespace Model
121 } // namespace IoT
122 } // namespace Aws
const Aws::String & GetPolicyName() const
const Aws::String & GetPolicyDocument() const
void SetPolicyDocument(const char *value)
CreatePolicyRequest & WithPolicyDocument(const Aws::String &value)
CreatePolicyRequest & WithPolicyName(Aws::String &&value)
CreatePolicyRequest & WithPolicyDocument(Aws::String &&value)
CreatePolicyRequest & WithPolicyName(const Aws::String &value)
void SetPolicyDocument(Aws::String &&value)
#define AWS_IOT_API
Definition: IoT_EXPORTS.h:37
CreatePolicyRequest & WithPolicyDocument(const char *value)
void SetPolicyName(Aws::String &&value)
CreatePolicyRequest & WithPolicyName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition: AWSString.h:97
void SetPolicyName(const Aws::String &value)
void SetPolicyDocument(const Aws::String &value)
JSON (JavaScript Object Notation).