7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/snowball/SnowballRequest.h>
9#include <aws/snowball/Snowball_EXPORTS.h>
39 template <
typename ClusterIdT = Aws::String>
41 m_clusterIdHasBeenSet =
true;
42 m_clusterId = std::forward<ClusterIdT>(value);
44 template <
typename ClusterIdT = Aws::String>
52 bool m_clusterIdHasBeenSet =
false;
bool ClusterIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClusterId() const
AWS_SNOWBALL_API Aws::String SerializePayload() const override
DescribeClusterRequest & WithClusterId(ClusterIdT &&value)
void SetClusterId(ClusterIdT &&value)
AWS_SNOWBALL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SNOWBALL_API DescribeClusterRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String