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 SetComponentName(
const char* value) { m_componentNameHasBeenSet =
true; m_componentName.assign(value); }
59 inline void SetDeploymentId(
const char* value) { m_deploymentIdHasBeenSet =
true; m_deploymentId.assign(value); }
74 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
82 bool m_componentNameHasBeenSet =
false;
85 bool m_deploymentIdHasBeenSet =
false;
88 bool m_nextTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetDeploymentId(const char *value)
bool DeploymentIdHasBeenSet() const
ListComponentOutputsRequest & WithDeploymentId(const char *value)
void SetNextToken(const char *value)
void SetComponentName(const char *value)
void SetDeploymentId(Aws::String &&value)
ListComponentOutputsRequest & WithComponentName(Aws::String &&value)
void SetNextToken(Aws::String &&value)
void SetNextToken(const Aws::String &value)
ListComponentOutputsRequest & WithNextToken(const Aws::String &value)
void SetComponentName(const Aws::String &value)
AWS_PROTON_API ListComponentOutputsRequest()
bool ComponentNameHasBeenSet() const
AWS_PROTON_API Aws::String SerializePayload() const override
ListComponentOutputsRequest & WithDeploymentId(Aws::String &&value)
AWS_PROTON_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListComponentOutputsRequest & WithNextToken(const char *value)
void SetComponentName(Aws::String &&value)
ListComponentOutputsRequest & WithDeploymentId(const Aws::String &value)
ListComponentOutputsRequest & WithNextToken(Aws::String &&value)
const Aws::String & GetDeploymentId() const
const Aws::String & GetNextToken() const
const Aws::String & GetComponentName() const
ListComponentOutputsRequest & WithComponentName(const char *value)
ListComponentOutputsRequest & WithComponentName(const Aws::String &value)
void SetDeploymentId(const Aws::String &value)
bool NextTokenHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String