7#include <aws/dsql/DSQL_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename IdentifierT = Aws::String>
47 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
48 template<
typename IdentifierT = Aws::String>
58 template<
typename ArnT = Aws::String>
59 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
60 template<
typename ArnT = Aws::String>
66 bool m_identifierHasBeenSet =
false;
69 bool m_arnHasBeenSet =
false;
ClusterSummary & WithIdentifier(IdentifierT &&value)
ClusterSummary & WithArn(ArnT &&value)
AWS_DSQL_API ClusterSummary()=default
const Aws::String & GetIdentifier() const
void SetIdentifier(IdentifierT &&value)
AWS_DSQL_API Aws::Utils::Json::JsonValue Jsonize() const
bool ArnHasBeenSet() const
bool IdentifierHasBeenSet() const
AWS_DSQL_API ClusterSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DSQL_API ClusterSummary(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue