AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListBranchesResult.h
1
6#pragma once
7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace CodeCommit
25{
26namespace Model
27{
35 {
36 public:
37 AWS_CODECOMMIT_API ListBranchesResult();
40
41
43
46 inline const Aws::Vector<Aws::String>& GetBranches() const{ return m_branches; }
47 inline void SetBranches(const Aws::Vector<Aws::String>& value) { m_branches = value; }
48 inline void SetBranches(Aws::Vector<Aws::String>&& value) { m_branches = std::move(value); }
49 inline ListBranchesResult& WithBranches(const Aws::Vector<Aws::String>& value) { SetBranches(value); return *this;}
50 inline ListBranchesResult& WithBranches(Aws::Vector<Aws::String>&& value) { SetBranches(std::move(value)); return *this;}
51 inline ListBranchesResult& AddBranches(const Aws::String& value) { m_branches.push_back(value); return *this; }
52 inline ListBranchesResult& AddBranches(Aws::String&& value) { m_branches.push_back(std::move(value)); return *this; }
53 inline ListBranchesResult& AddBranches(const char* value) { m_branches.push_back(value); return *this; }
55
57
60 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
61 inline void SetNextToken(const Aws::String& value) { m_nextToken = value; }
62 inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); }
63 inline void SetNextToken(const char* value) { m_nextToken.assign(value); }
64 inline ListBranchesResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
65 inline ListBranchesResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
66 inline ListBranchesResult& WithNextToken(const char* value) { SetNextToken(value); return *this;}
68
70
71 inline const Aws::String& GetRequestId() const{ return m_requestId; }
72 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
73 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
74 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
75 inline ListBranchesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
76 inline ListBranchesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
77 inline ListBranchesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
79 private:
80
81 Aws::Vector<Aws::String> m_branches;
82
83 Aws::String m_nextToken;
84
85 Aws::String m_requestId;
86 };
87
88} // namespace Model
89} // namespace CodeCommit
90} // namespace Aws
ListBranchesResult & AddBranches(Aws::String &&value)
ListBranchesResult & WithNextToken(const Aws::String &value)
ListBranchesResult & WithBranches(const Aws::Vector< Aws::String > &value)
ListBranchesResult & WithRequestId(Aws::String &&value)
ListBranchesResult & WithNextToken(const char *value)
void SetBranches(const Aws::Vector< Aws::String > &value)
ListBranchesResult & WithNextToken(Aws::String &&value)
void SetRequestId(const Aws::String &value)
ListBranchesResult & WithBranches(Aws::Vector< Aws::String > &&value)
void SetNextToken(const Aws::String &value)
void SetBranches(Aws::Vector< Aws::String > &&value)
AWS_CODECOMMIT_API ListBranchesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Aws::String > & GetBranches() const
AWS_CODECOMMIT_API ListBranchesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListBranchesResult & AddBranches(const Aws::String &value)
ListBranchesResult & WithRequestId(const char *value)
ListBranchesResult & WithRequestId(const Aws::String &value)
ListBranchesResult & AddBranches(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue