AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListRotationsResult.h
1
6#pragma once
7#include <aws/ssm-contacts/SSMContacts_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ssm-contacts/model/Rotation.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace SSMContacts
26{
27namespace Model
28{
30 {
31 public:
32 AWS_SSMCONTACTS_API ListRotationsResult();
35
36
38
42 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
43 inline void SetNextToken(const Aws::String& value) { m_nextToken = value; }
44 inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); }
45 inline void SetNextToken(const char* value) { m_nextToken.assign(value); }
46 inline ListRotationsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
47 inline ListRotationsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
48 inline ListRotationsResult& WithNextToken(const char* value) { SetNextToken(value); return *this;}
50
52
55 inline const Aws::Vector<Rotation>& GetRotations() const{ return m_rotations; }
56 inline void SetRotations(const Aws::Vector<Rotation>& value) { m_rotations = value; }
57 inline void SetRotations(Aws::Vector<Rotation>&& value) { m_rotations = std::move(value); }
58 inline ListRotationsResult& WithRotations(const Aws::Vector<Rotation>& value) { SetRotations(value); return *this;}
59 inline ListRotationsResult& WithRotations(Aws::Vector<Rotation>&& value) { SetRotations(std::move(value)); return *this;}
60 inline ListRotationsResult& AddRotations(const Rotation& value) { m_rotations.push_back(value); return *this; }
61 inline ListRotationsResult& AddRotations(Rotation&& value) { m_rotations.push_back(std::move(value)); return *this; }
63
65
66 inline const Aws::String& GetRequestId() const{ return m_requestId; }
67 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
68 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
69 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
70 inline ListRotationsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
71 inline ListRotationsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
72 inline ListRotationsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
74 private:
75
76 Aws::String m_nextToken;
77
78 Aws::Vector<Rotation> m_rotations;
79
80 Aws::String m_requestId;
81 };
82
83} // namespace Model
84} // namespace SSMContacts
85} // namespace Aws
ListRotationsResult & WithRequestId(const char *value)
ListRotationsResult & WithNextToken(const Aws::String &value)
void SetRotations(const Aws::Vector< Rotation > &value)
AWS_SSMCONTACTS_API ListRotationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SSMCONTACTS_API ListRotationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListRotationsResult & AddRotations(const Rotation &value)
ListRotationsResult & WithRotations(Aws::Vector< Rotation > &&value)
ListRotationsResult & WithRequestId(Aws::String &&value)
ListRotationsResult & WithNextToken(const char *value)
void SetRotations(Aws::Vector< Rotation > &&value)
ListRotationsResult & AddRotations(Rotation &&value)
ListRotationsResult & WithNextToken(Aws::String &&value)
ListRotationsResult & WithRotations(const Aws::Vector< Rotation > &value)
ListRotationsResult & WithRequestId(const Aws::String &value)
const Aws::Vector< Rotation > & GetRotations() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue