7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pcs/PCSRequest.h>
9#include <aws/pcs/PCS_EXPORTS.h>
39 template <
typename ClusterIdentifierT = Aws::String>
41 m_clusterIdentifierHasBeenSet =
true;
42 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
44 template <
typename ClusterIdentifierT = Aws::String>
52 bool m_clusterIdentifierHasBeenSet =
false;
bool ClusterIdentifierHasBeenSet() const
AWS_PCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_PCS_API Aws::String SerializePayload() const override
AWS_PCS_API GetClusterRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClusterIdentifier() const
GetClusterRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
void SetClusterIdentifier(ClusterIdentifierT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String