7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
47 template<
typename ApplicationNameT = Aws::String>
48 void SetApplicationName(ApplicationNameT&& value) { m_applicationNameHasBeenSet =
true; m_applicationName = std::forward<ApplicationNameT>(value); }
49 template<
typename ApplicationNameT = Aws::String>
58 template<
typename DeploymentGroupsT = Aws::Vector<Aws::String>>
59 void SetDeploymentGroups(DeploymentGroupsT&& value) { m_deploymentGroupsHasBeenSet =
true; m_deploymentGroups = std::forward<DeploymentGroupsT>(value); }
60 template<
typename DeploymentGroupsT = Aws::Vector<Aws::String>>
62 template<
typename DeploymentGroupsT = Aws::String>
73 template<
typename NextTokenT = Aws::String>
74 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
75 template<
typename NextTokenT = Aws::String>
82 template<
typename RequestIdT = Aws::String>
83 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
84 template<
typename RequestIdT = Aws::String>
90 bool m_applicationNameHasBeenSet =
false;
93 bool m_deploymentGroupsHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
99 bool m_requestIdHasBeenSet =
false;
void SetApplicationName(ApplicationNameT &&value)
AWS_CODEDEPLOY_API ListDeploymentGroupsResult()=default
AWS_CODEDEPLOY_API ListDeploymentGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Aws::String > & GetDeploymentGroups() const
const Aws::String & GetRequestId() const
const Aws::String & GetApplicationName() const
void SetRequestId(RequestIdT &&value)
AWS_CODEDEPLOY_API ListDeploymentGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDeploymentGroupsResult & WithApplicationName(ApplicationNameT &&value)
void SetDeploymentGroups(DeploymentGroupsT &&value)
void SetNextToken(NextTokenT &&value)
ListDeploymentGroupsResult & WithRequestId(RequestIdT &&value)
ListDeploymentGroupsResult & WithDeploymentGroups(DeploymentGroupsT &&value)
const Aws::String & GetNextToken() const
ListDeploymentGroupsResult & AddDeploymentGroups(DeploymentGroupsT &&value)
ListDeploymentGroupsResult & WithNextToken(NextTokenT &&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