7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/Sandbox.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename SandboxesT = Aws::Vector<Sandbox>>
38 m_sandboxesHasBeenSet =
true;
39 m_sandboxes = std::forward<SandboxesT>(value);
41 template <
typename SandboxesT = Aws::Vector<Sandbox>>
46 template <
typename SandboxesT = Sandbox>
48 m_sandboxesHasBeenSet =
true;
49 m_sandboxes.emplace_back(std::forward<SandboxesT>(value));
59 template <
typename SandboxesNotFoundT = Aws::Vector<Aws::String>>
61 m_sandboxesNotFoundHasBeenSet =
true;
62 m_sandboxesNotFound = std::forward<SandboxesNotFoundT>(value);
64 template <
typename SandboxesNotFoundT = Aws::Vector<Aws::String>>
69 template <
typename SandboxesNotFoundT = Aws::String>
71 m_sandboxesNotFoundHasBeenSet =
true;
72 m_sandboxesNotFound.emplace_back(std::forward<SandboxesNotFoundT>(value));
80 template <
typename RequestIdT = Aws::String>
82 m_requestIdHasBeenSet =
true;
83 m_requestId = std::forward<RequestIdT>(value);
85 template <
typename RequestIdT = Aws::String>
97 bool m_sandboxesHasBeenSet =
false;
98 bool m_sandboxesNotFoundHasBeenSet =
false;
99 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_CODEBUILD_API BatchGetSandboxesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetSandboxesResult & WithSandboxesNotFound(SandboxesNotFoundT &&value)
AWS_CODEBUILD_API BatchGetSandboxesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetSandboxesResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< Aws::String > & GetSandboxesNotFound() const
const Aws::String & GetRequestId() const
AWS_CODEBUILD_API BatchGetSandboxesResult()=default
BatchGetSandboxesResult & AddSandboxesNotFound(SandboxesNotFoundT &&value)
void SetSandboxes(SandboxesT &&value)
BatchGetSandboxesResult & AddSandboxes(SandboxesT &&value)
BatchGetSandboxesResult & WithSandboxes(SandboxesT &&value)
const Aws::Vector< Sandbox > & GetSandboxes() const
void SetSandboxesNotFound(SandboxesNotFoundT &&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