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>
51 bool m_ecsClusterArnHasBeenSet =
false;
bool EcsClusterArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetEcsClusterArn() const
void SetEcsClusterArn(EcsClusterArnT &&value)
AWS_OPSWORKS_API DeregisterEcsClusterRequest()=default
AWS_OPSWORKS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_OPSWORKS_API Aws::String SerializePayload() const override
DeregisterEcsClusterRequest & WithEcsClusterArn(EcsClusterArnT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String