AWS SDK for C++
1.8.129
AWS SDK for C++
aws-cpp-sdk-ssm
include
aws
ssm
model
GetAutomationExecutionRequest.h
Go to the documentation of this file.
1
6
#pragma once
7
#include <
aws/ssm/SSM_EXPORTS.h
>
8
#include <
aws/ssm/SSMRequest.h
>
9
#include <
aws/core/utils/memory/stl/AWSString.h
>
10
#include <utility>
11
12
namespace
Aws
13
{
14
namespace
SSM
15
{
16
namespace
Model
17
{
18
21
class
AWS_SSM_API
GetAutomationExecutionRequest
:
public
SSMRequest
22
{
23
public
:
24
GetAutomationExecutionRequest
();
25
26
// Service request name is the Operation name which will send this request out,
27
// each operation should has unique request name, so that we can get operation's name from this request.
28
// Note: this is not true for response, multiple operations may have the same response name,
29
// so we can not get operation's name from response.
30
inline
virtual
const
char
*
GetServiceRequestName
()
const override
{
return
"GetAutomationExecution"
; }
31
32
Aws::String
SerializePayload
()
const override
;
33
34
Aws::Http::HeaderValueCollection
GetRequestSpecificHeaders
()
const override
;
35
36
42
inline
const
Aws::String
&
GetAutomationExecutionId
()
const
{
return
m_automationExecutionId; }
43
49
inline
bool
AutomationExecutionIdHasBeenSet
()
const
{
return
m_automationExecutionIdHasBeenSet; }
50
56
inline
void
SetAutomationExecutionId
(
const
Aws::String
& value) { m_automationExecutionIdHasBeenSet =
true
; m_automationExecutionId = value; }
57
63
inline
void
SetAutomationExecutionId
(
Aws::String
&& value) { m_automationExecutionIdHasBeenSet =
true
; m_automationExecutionId = std::move(value); }
64
70
inline
void
SetAutomationExecutionId
(
const
char
* value) { m_automationExecutionIdHasBeenSet =
true
; m_automationExecutionId.assign(value); }
71
77
inline
GetAutomationExecutionRequest
&
WithAutomationExecutionId
(
const
Aws::String
& value) { SetAutomationExecutionId(value);
return
*
this
;}
78
84
inline
GetAutomationExecutionRequest
&
WithAutomationExecutionId
(
Aws::String
&& value) { SetAutomationExecutionId(std::move(value));
return
*
this
;}
85
91
inline
GetAutomationExecutionRequest
&
WithAutomationExecutionId
(
const
char
* value) { SetAutomationExecutionId(value);
return
*
this
;}
92
93
private
:
94
95
Aws::String
m_automationExecutionId;
96
bool
m_automationExecutionIdHasBeenSet;
97
};
98
99
}
// namespace Model
100
}
// namespace SSM
101
}
// namespace Aws
Aws::SSM::Model::GetAutomationExecutionRequest::GetAutomationExecutionId
const Aws::String & GetAutomationExecutionId() const
Definition:
GetAutomationExecutionRequest.h:42
Aws::Http::HeaderValueCollection
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
Definition:
HttpTypes.h:53
AWS_SSM_API
#define AWS_SSM_API
Definition:
SSM_EXPORTS.h:28
Aws::SSM::Model::GetAutomationExecutionRequest
Definition:
GetAutomationExecutionRequest.h:22
Aws::SSM::Model::GetAutomationExecutionRequest::SetAutomationExecutionId
void SetAutomationExecutionId(Aws::String &&value)
Definition:
GetAutomationExecutionRequest.h:63
SSM_EXPORTS.h
Aws::SSM::Model::GetAutomationExecutionRequest::SetAutomationExecutionId
void SetAutomationExecutionId(const Aws::String &value)
Definition:
GetAutomationExecutionRequest.h:56
Aws::SSM::Model::GetAutomationExecutionRequest::AutomationExecutionIdHasBeenSet
bool AutomationExecutionIdHasBeenSet() const
Definition:
GetAutomationExecutionRequest.h:49
AWSString.h
Aws::SSM::Model::GetAutomationExecutionRequest::WithAutomationExecutionId
GetAutomationExecutionRequest & WithAutomationExecutionId(Aws::String &&value)
Definition:
GetAutomationExecutionRequest.h:84
Aws::SMS::Model::AppValidationStrategy::NOT_SET
@ NOT_SET
Aws::SSM::Model::GetAutomationExecutionRequest::SerializePayload
Aws::String SerializePayload() const override
Aws::SSM::Model::GetAutomationExecutionRequest::WithAutomationExecutionId
GetAutomationExecutionRequest & WithAutomationExecutionId(const char *value)
Definition:
GetAutomationExecutionRequest.h:91
Aws::SSM::Model::GetAutomationExecutionRequest::SetAutomationExecutionId
void SetAutomationExecutionId(const char *value)
Definition:
GetAutomationExecutionRequest.h:70
Aws
Definition:
AccessManagementClient.h:15
Aws::SSM::Model::GetAutomationExecutionRequest::GetRequestSpecificHeaders
Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::SSM::Model::GetAutomationExecutionRequest::GetAutomationExecutionRequest
GetAutomationExecutionRequest()
Aws::SSM::Model::GetAutomationExecutionRequest::GetServiceRequestName
virtual const char * GetServiceRequestName() const override
Definition:
GetAutomationExecutionRequest.h:30
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition:
AWSString.h:97
Aws::SSM::Model::GetAutomationExecutionRequest::WithAutomationExecutionId
GetAutomationExecutionRequest & WithAutomationExecutionId(const Aws::String &value)
Definition:
GetAutomationExecutionRequest.h:77
Aws::SSM::SSMRequest
Definition:
SSMRequest.h:17
SSMRequest.h
Generated by
1.8.19
Privacy |
Site terms |
Cookie preferences