7#include <aws/launch-wizard/LaunchWizard_EXPORTS.h>
8#include <aws/launch-wizard/LaunchWizardRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename DeploymentIdT = Aws::String>
42 void SetDeploymentId(DeploymentIdT&& value) { m_deploymentIdHasBeenSet =
true; m_deploymentId = std::forward<DeploymentIdT>(value); }
43 template<
typename DeploymentIdT = Aws::String>
54 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
65 template<
typename NextTokenT = Aws::String>
66 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
67 template<
typename NextTokenT = Aws::String>
73 bool m_deploymentIdHasBeenSet =
false;
76 bool m_maxResultsHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
ListDeploymentEventsRequest & WithNextToken(NextTokenT &&value)
AWS_LAUNCHWIZARD_API Aws::String SerializePayload() const override
AWS_LAUNCHWIZARD_API ListDeploymentEventsRequest()=default
void SetDeploymentId(DeploymentIdT &&value)
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
int GetMaxResults() const
const Aws::String & GetDeploymentId() const
bool DeploymentIdHasBeenSet() const
ListDeploymentEventsRequest & WithDeploymentId(DeploymentIdT &&value)
void SetNextToken(NextTokenT &&value)
ListDeploymentEventsRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String