7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codebuild/model/Sandbox.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename SandboxesT = Aws::Vector<Sandbox>>
43 void SetSandboxes(SandboxesT&& value) { m_sandboxesHasBeenSet =
true; m_sandboxes = std::forward<SandboxesT>(value); }
44 template<
typename SandboxesT = Aws::Vector<Sandbox>>
46 template<
typename SandboxesT = Sandbox>
55 template<
typename SandboxesNotFoundT = Aws::Vector<Aws::String>>
56 void SetSandboxesNotFound(SandboxesNotFoundT&& value) { m_sandboxesNotFoundHasBeenSet =
true; m_sandboxesNotFound = std::forward<SandboxesNotFoundT>(value); }
57 template<
typename SandboxesNotFoundT = Aws::Vector<Aws::String>>
59 template<
typename SandboxesNotFoundT = Aws::String>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_sandboxesHasBeenSet =
false;
77 bool m_sandboxesNotFoundHasBeenSet =
false;
80 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