AWS SDK for C++  0.14.3
AWS SDK for C++
DescribeConfigurationSettingsRequest.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
19 
20 namespace Aws
21 {
22 namespace ElasticBeanstalk
23 {
24 namespace Model
25 {
26 
32  {
33  public:
35  Aws::String SerializePayload() const override;
36 
40  inline const Aws::String& GetApplicationName() const{ return m_applicationName; }
41 
45  inline void SetApplicationName(const Aws::String& value) { m_applicationNameHasBeenSet = true; m_applicationName = value; }
46 
50  inline void SetApplicationName(Aws::String&& value) { m_applicationNameHasBeenSet = true; m_applicationName = value; }
51 
55  inline void SetApplicationName(const char* value) { m_applicationNameHasBeenSet = true; m_applicationName.assign(value); }
56 
60  inline DescribeConfigurationSettingsRequest& WithApplicationName(const Aws::String& value) { SetApplicationName(value); return *this;}
61 
65  inline DescribeConfigurationSettingsRequest& WithApplicationName(Aws::String&& value) { SetApplicationName(value); return *this;}
66 
70  inline DescribeConfigurationSettingsRequest& WithApplicationName(const char* value) { SetApplicationName(value); return *this;}
71 
80  inline const Aws::String& GetTemplateName() const{ return m_templateName; }
81 
90  inline void SetTemplateName(const Aws::String& value) { m_templateNameHasBeenSet = true; m_templateName = value; }
91 
100  inline void SetTemplateName(Aws::String&& value) { m_templateNameHasBeenSet = true; m_templateName = value; }
101 
110  inline void SetTemplateName(const char* value) { m_templateNameHasBeenSet = true; m_templateName.assign(value); }
111 
120  inline DescribeConfigurationSettingsRequest& WithTemplateName(const Aws::String& value) { SetTemplateName(value); return *this;}
121 
130  inline DescribeConfigurationSettingsRequest& WithTemplateName(Aws::String&& value) { SetTemplateName(value); return *this;}
131 
140  inline DescribeConfigurationSettingsRequest& WithTemplateName(const char* value) { SetTemplateName(value); return *this;}
141 
149  inline const Aws::String& GetEnvironmentName() const{ return m_environmentName; }
150 
158  inline void SetEnvironmentName(const Aws::String& value) { m_environmentNameHasBeenSet = true; m_environmentName = value; }
159 
167  inline void SetEnvironmentName(Aws::String&& value) { m_environmentNameHasBeenSet = true; m_environmentName = value; }
168 
176  inline void SetEnvironmentName(const char* value) { m_environmentNameHasBeenSet = true; m_environmentName.assign(value); }
177 
185  inline DescribeConfigurationSettingsRequest& WithEnvironmentName(const Aws::String& value) { SetEnvironmentName(value); return *this;}
186 
194  inline DescribeConfigurationSettingsRequest& WithEnvironmentName(Aws::String&& value) { SetEnvironmentName(value); return *this;}
195 
203  inline DescribeConfigurationSettingsRequest& WithEnvironmentName(const char* value) { SetEnvironmentName(value); return *this;}
204 
205  private:
206  Aws::String m_applicationName;
207  bool m_applicationNameHasBeenSet;
208  Aws::String m_templateName;
209  bool m_templateNameHasBeenSet;
210  Aws::String m_environmentName;
211  bool m_environmentNameHasBeenSet;
212  };
213 
214 } // namespace Model
215 } // namespace ElasticBeanstalk
216 } // namespace Aws
#define AWS_ELASTICBEANSTALK_API
DescribeConfigurationSettingsRequest & WithTemplateName(Aws::String &&value)
DescribeConfigurationSettingsRequest & WithTemplateName(const char *value)
DescribeConfigurationSettingsRequest & WithApplicationName(Aws::String &&value)
DescribeConfigurationSettingsRequest & WithEnvironmentName(const char *value)
DescribeConfigurationSettingsRequest & WithEnvironmentName(const Aws::String &value)
DescribeConfigurationSettingsRequest & WithApplicationName(const Aws::String &value)
DescribeConfigurationSettingsRequest & WithEnvironmentName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition: AWSString.h:97
DescribeConfigurationSettingsRequest & WithTemplateName(const Aws::String &value)
DescribeConfigurationSettingsRequest & WithApplicationName(const char *value)
JSON (JavaScript Object Notation).