AWS SDK for C++
1.8.152
AWS SDK for C++
|
Go to the documentation of this file.
42 inline long long GetSource()
const{
return m_source; }
52 inline void SetSource(
long long value) { m_sourceHasBeenSet =
true; m_source = value; }
73 inline void SetDestination(
long long value) { m_destinationHasBeenSet =
true; m_destination = value; }
84 inline long long GetBase()
const{
return m_base; }
94 inline void SetBase(
long long value) { m_baseHasBeenSet =
true; m_base = value; }
104 bool m_sourceHasBeenSet;
106 long long m_destination;
107 bool m_destinationHasBeenSet;
110 bool m_baseHasBeenSet;
long long GetSource() const
bool BaseHasBeenSet() const
FileSizes & WithSource(long long value)
FileSizes & WithBase(long long value)
FileSizes & WithDestination(long long value)
long long GetDestination() const
long long GetBase() const
void SetBase(long long value)
Aws::Utils::Json::JsonValue Jsonize() const
FileSizes(Aws::Utils::Json::JsonView jsonValue)
void SetSource(long long value)
#define AWS_CODECOMMIT_API
void SetDestination(long long value)
bool DestinationHasBeenSet() const
bool SourceHasBeenSet() const
FileSizes & operator=(Aws::Utils::Json::JsonView jsonValue)