AWS SDK for C++
1.8.129
AWS SDK for C++
aws-cpp-sdk-opsworks
include
aws
opsworks
model
CreateLayerResult.h
Go to the documentation of this file.
1
6
#pragma once
7
#include <
aws/opsworks/OpsWorks_EXPORTS.h
>
8
#include <
aws/core/utils/memory/stl/AWSString.h
>
9
#include <utility>
10
11
namespace
Aws
12
{
13
template
<
typename
RESULT_TYPE>
14
class
AmazonWebServiceResult;
15
16
namespace
Utils
17
{
18
namespace
Json
19
{
20
class
JsonValue;
21
}
// namespace Json
22
}
// namespace Utils
23
namespace
OpsWorks
24
{
25
namespace
Model
26
{
33
class
AWS_OPSWORKS_API
CreateLayerResult
34
{
35
public
:
36
CreateLayerResult
();
37
CreateLayerResult
(
const
Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>
& result);
38
CreateLayerResult
&
operator=
(
const
Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>
& result);
39
40
44
inline
const
Aws::String
&
GetLayerId
()
const
{
return
m_layerId; }
45
49
inline
void
SetLayerId
(
const
Aws::String
& value) { m_layerId = value; }
50
54
inline
void
SetLayerId
(
Aws::String
&& value) { m_layerId = std::move(value); }
55
59
inline
void
SetLayerId
(
const
char
* value) { m_layerId.assign(value); }
60
64
inline
CreateLayerResult
&
WithLayerId
(
const
Aws::String
& value) { SetLayerId(value);
return
*
this
;}
65
69
inline
CreateLayerResult
&
WithLayerId
(
Aws::String
&& value) { SetLayerId(std::move(value));
return
*
this
;}
70
74
inline
CreateLayerResult
&
WithLayerId
(
const
char
* value) { SetLayerId(value);
return
*
this
;}
75
76
private
:
77
78
Aws::String
m_layerId;
79
};
80
81
}
// namespace Model
82
}
// namespace OpsWorks
83
}
// namespace Aws
Aws::AmazonWebServiceResult
Definition:
AmazonWebServiceResult.h:19
Aws::OpsWorks::Model::CreateLayerResult::SetLayerId
void SetLayerId(const Aws::String &value)
Definition:
CreateLayerResult.h:49
Aws::OpsWorks::Model::CreateLayerResult::GetLayerId
const Aws::String & GetLayerId() const
Definition:
CreateLayerResult.h:44
OpsWorks_EXPORTS.h
Aws::OpsWorks::Model::CreateLayerResult::WithLayerId
CreateLayerResult & WithLayerId(const Aws::String &value)
Definition:
CreateLayerResult.h:64
Aws::OpsWorks::Model::CreateLayerResult::CreateLayerResult
CreateLayerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::OpsWorks::Model::CreateLayerResult::operator=
CreateLayerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_OPSWORKS_API
#define AWS_OPSWORKS_API
Definition:
OpsWorks_EXPORTS.h:28
Aws::OpsWorks::Model::CreateLayerResult
Definition:
CreateLayerResult.h:34
Aws::OpsWorks::Model::CreateLayerResult::WithLayerId
CreateLayerResult & WithLayerId(const char *value)
Definition:
CreateLayerResult.h:74
AWSString.h
Aws::OpsWorks::Model::CreateLayerResult::SetLayerId
void SetLayerId(const char *value)
Definition:
CreateLayerResult.h:59
Aws
Definition:
AccessManagementClient.h:15
Aws::OpsWorks::Model::CreateLayerResult::CreateLayerResult
CreateLayerResult()
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition:
AWSString.h:97
Aws::OpsWorks::Model::CreateLayerResult::SetLayerId
void SetLayerId(Aws::String &&value)
Definition:
CreateLayerResult.h:54
Aws::OpsWorks::Model::CreateLayerResult::WithLayerId
CreateLayerResult & WithLayerId(Aws::String &&value)
Definition:
CreateLayerResult.h:69
Generated by
1.8.19
Privacy |
Site terms |
Cookie preferences