7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/opsworks/OpsWorksRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename EcsClusterArnT = Aws::String>
44 void SetEcsClusterArn(EcsClusterArnT&& value) { m_ecsClusterArnHasBeenSet =
true; m_ecsClusterArn = std::forward<EcsClusterArnT>(value); }
45 template<
typename EcsClusterArnT = Aws::String>
55 template<
typename StackIdT = Aws::String>
56 void SetStackId(StackIdT&& value) { m_stackIdHasBeenSet =
true; m_stackId = std::forward<StackIdT>(value); }
57 template<
typename StackIdT = Aws::String>
63 bool m_ecsClusterArnHasBeenSet =
false;
66 bool m_stackIdHasBeenSet =
false;
const Aws::String & GetStackId() const
RegisterEcsClusterRequest & WithEcsClusterArn(EcsClusterArnT &&value)
void SetEcsClusterArn(EcsClusterArnT &&value)
bool EcsClusterArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetStackId(StackIdT &&value)
AWS_OPSWORKS_API Aws::String SerializePayload() const override
bool StackIdHasBeenSet() const
AWS_OPSWORKS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetEcsClusterArn() const
AWS_OPSWORKS_API RegisterEcsClusterRequest()=default
RegisterEcsClusterRequest & WithStackId(StackIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String