7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/proton/ProtonRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetDeploymentId(
const char* value) { m_deploymentIdHasBeenSet =
true; m_deploymentId.assign(value); }
59 inline void SetEnvironmentName(
const char* value) { m_environmentNameHasBeenSet =
true; m_environmentName.assign(value); }
75 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
83 bool m_deploymentIdHasBeenSet =
false;
86 bool m_environmentNameHasBeenSet =
false;
89 bool m_nextTokenHasBeenSet =
false;
ListEnvironmentOutputsRequest & WithEnvironmentName(const char *value)
ListEnvironmentOutputsRequest & WithDeploymentId(Aws::String &&value)
void SetDeploymentId(Aws::String &&value)
AWS_PROTON_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NextTokenHasBeenSet() const
void SetEnvironmentName(const char *value)
AWS_PROTON_API Aws::String SerializePayload() const override
void SetDeploymentId(const char *value)
void SetNextToken(Aws::String &&value)
bool DeploymentIdHasBeenSet() const
ListEnvironmentOutputsRequest & WithEnvironmentName(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetEnvironmentName() const
bool EnvironmentNameHasBeenSet() const
ListEnvironmentOutputsRequest & WithEnvironmentName(Aws::String &&value)
AWS_PROTON_API ListEnvironmentOutputsRequest()
const Aws::String & GetNextToken() const
void SetDeploymentId(const Aws::String &value)
const Aws::String & GetDeploymentId() const
void SetEnvironmentName(Aws::String &&value)
ListEnvironmentOutputsRequest & WithNextToken(const char *value)
ListEnvironmentOutputsRequest & WithDeploymentId(const Aws::String &value)
ListEnvironmentOutputsRequest & WithDeploymentId(const char *value)
ListEnvironmentOutputsRequest & WithNextToken(const Aws::String &value)
void SetEnvironmentName(const Aws::String &value)
void SetNextToken(const char *value)
ListEnvironmentOutputsRequest & WithNextToken(Aws::String &&value)
void SetNextToken(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String