Home
last modified time | relevance | path

Searched refs:m_totalStorageCapacityInMegaBytesHasBeenSet (Results 1 – 2 of 2) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift/source/model/
H A DCluster.cpp81 m_totalStorageCapacityInMegaBytesHasBeenSet(false), in Cluster()
144 m_totalStorageCapacityInMegaBytesHasBeenSet(false), in Cluster()
496 m_totalStorageCapacityInMegaBytesHasBeenSet = true; in operator =()
813 if(m_totalStorageCapacityInMegaBytesHasBeenSet) in OutputToStream()
1083 if(m_totalStorageCapacityInMegaBytesHasBeenSet) in OutputToStream()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift/include/aws/redshift/model/
H A DCluster.h2226 …lStorageCapacityInMegaBytesHasBeenSet() const { return m_totalStorageCapacityInMegaBytesHasBeenSet in TotalStorageCapacityInMegaBytesHasBeenSet()
2231 … SetTotalStorageCapacityInMegaBytes(long long value) { m_totalStorageCapacityInMegaBytesHasBeenSet in SetTotalStorageCapacityInMegaBytes()
2416 bool m_totalStorageCapacityInMegaBytesHasBeenSet; variable