7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/firehose/model/PartitionField.h>
57 template<
typename IdentityT = Aws::Vector<PartitionField>>
58 void SetIdentity(IdentityT&& value) { m_identityHasBeenSet =
true; m_identity = std::forward<IdentityT>(value); }
59 template<
typename IdentityT = Aws::Vector<PartitionField>>
61 template<
typename IdentityT = PartitionField>
62 PartitionSpec&
AddIdentity(IdentityT&& value) { m_identityHasBeenSet =
true; m_identity.emplace_back(std::forward<IdentityT>(value));
return *
this; }
67 bool m_identityHasBeenSet =
false;
AWS_FIREHOSE_API PartitionSpec(Aws::Utils::Json::JsonView jsonValue)
PartitionSpec & AddIdentity(IdentityT &&value)
AWS_FIREHOSE_API PartitionSpec & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FIREHOSE_API PartitionSpec()=default
bool IdentityHasBeenSet() const
PartitionSpec & WithIdentity(IdentityT &&value)
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIdentity(IdentityT &&value)
const Aws::Vector< PartitionField > & GetIdentity() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue