7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ebs/EBS_EXPORTS.h>
42 m_blockIndexHasBeenSet =
true;
57 template <
typename BlockTokenT = Aws::String>
59 m_blockTokenHasBeenSet =
true;
60 m_blockToken = std::forward<BlockTokenT>(value);
62 template <
typename BlockTokenT = Aws::String>
72 bool m_blockIndexHasBeenSet =
false;
73 bool m_blockTokenHasBeenSet =
false;
int GetBlockIndex() const
void SetBlockToken(BlockTokenT &&value)
Block & WithBlockToken(BlockTokenT &&value)
bool BlockTokenHasBeenSet() const
Block & WithBlockIndex(int value)
const Aws::String & GetBlockToken() const
void SetBlockIndex(int value)
AWS_EBS_API Block(Aws::Utils::Json::JsonView jsonValue)
AWS_EBS_API Block()=default
AWS_EBS_API Aws::Utils::Json::JsonValue Jsonize() const
bool BlockIndexHasBeenSet() const
AWS_EBS_API Block & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue