7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/neptune/model/Tag.h>
51 template<
typename DBClusterSnapshotIdentifierT = Aws::String>
52 void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT&& value) { m_dBClusterSnapshotIdentifierHasBeenSet =
true; m_dBClusterSnapshotIdentifier = std::forward<DBClusterSnapshotIdentifierT>(value); }
53 template<
typename DBClusterSnapshotIdentifierT = Aws::String>
66 template<
typename DBClusterIdentifierT = Aws::String>
67 void SetDBClusterIdentifier(DBClusterIdentifierT&& value) { m_dBClusterIdentifierHasBeenSet =
true; m_dBClusterIdentifier = std::forward<DBClusterIdentifierT>(value); }
68 template<
typename DBClusterIdentifierT = Aws::String>
78 template<
typename TagsT = Aws::Vector<Tag>>
79 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
80 template<
typename TagsT = Aws::Vector<Tag>>
82 template<
typename TagsT = Tag>
88 bool m_dBClusterSnapshotIdentifierHasBeenSet =
false;
91 bool m_dBClusterIdentifierHasBeenSet =
false;
94 bool m_tagsHasBeenSet =
false;
CreateDBClusterSnapshotRequest & AddTags(TagsT &&value)
bool TagsHasBeenSet() const
CreateDBClusterSnapshotRequest & WithDBClusterIdentifier(DBClusterIdentifierT &&value)
void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
AWS_NEPTUNE_API CreateDBClusterSnapshotRequest()=default
bool DBClusterIdentifierHasBeenSet() const
const Aws::String & GetDBClusterSnapshotIdentifier() const
CreateDBClusterSnapshotRequest & WithTags(TagsT &&value)
const Aws::String & GetDBClusterIdentifier() const
void SetDBClusterIdentifier(DBClusterIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
CreateDBClusterSnapshotRequest & WithDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
AWS_NEPTUNE_API Aws::String SerializePayload() const override
void SetTags(TagsT &&value)
bool DBClusterSnapshotIdentifierHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector