7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace StorageGateway
49 inline void SetTapeARN(
const char* value) { m_tapeARNHasBeenSet =
true; m_tapeARN.assign(value); }
75 inline void SetTapeSizeInBytes(
long long value) { m_tapeSizeInBytesHasBeenSet =
true; m_tapeSizeInBytes = value; }
87 inline void SetTapeStatus(
const char* value) { m_tapeStatusHasBeenSet =
true; m_tapeStatus.assign(value); }
95 bool m_tapeARNHasBeenSet =
false;
98 bool m_tapeRecoveryPointTimeHasBeenSet =
false;
100 long long m_tapeSizeInBytes;
101 bool m_tapeSizeInBytesHasBeenSet =
false;
104 bool m_tapeStatusHasBeenSet =
false;
TapeRecoveryPointInfo & WithTapeStatus(const char *value)
void SetTapeARN(Aws::String &&value)
AWS_STORAGEGATEWAY_API TapeRecoveryPointInfo(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTapeARN() const
TapeRecoveryPointInfo & WithTapeRecoveryPointTime(const Aws::Utils::DateTime &value)
bool TapeARNHasBeenSet() const
TapeRecoveryPointInfo & WithTapeARN(Aws::String &&value)
bool TapeStatusHasBeenSet() const
bool TapeSizeInBytesHasBeenSet() const
TapeRecoveryPointInfo & WithTapeARN(const Aws::String &value)
TapeRecoveryPointInfo & WithTapeStatus(const Aws::String &value)
const Aws::String & GetTapeStatus() const
TapeRecoveryPointInfo & WithTapeARN(const char *value)
void SetTapeRecoveryPointTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetTapeRecoveryPointTime() const
TapeRecoveryPointInfo & WithTapeStatus(Aws::String &&value)
void SetTapeARN(const char *value)
AWS_STORAGEGATEWAY_API TapeRecoveryPointInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_STORAGEGATEWAY_API TapeRecoveryPointInfo()
long long GetTapeSizeInBytes() const
void SetTapeStatus(Aws::String &&value)
AWS_STORAGEGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTapeStatus(const Aws::String &value)
void SetTapeRecoveryPointTime(const Aws::Utils::DateTime &value)
void SetTapeARN(const Aws::String &value)
TapeRecoveryPointInfo & WithTapeSizeInBytes(long long value)
TapeRecoveryPointInfo & WithTapeRecoveryPointTime(Aws::Utils::DateTime &&value)
bool TapeRecoveryPointTimeHasBeenSet() const
void SetTapeStatus(const char *value)
void SetTapeSizeInBytes(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue