Home
last modified time | relevance | path

Searched refs:m_retentionLockTimeInDaysHasBeenSet (Results 1 – 4 of 4) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-storagegateway/source/model/
H A DPoolInfo.cpp29 m_retentionLockTimeInDaysHasBeenSet(false), in PoolInfo()
43 m_retentionLockTimeInDaysHasBeenSet(false), in PoolInfo()
84 m_retentionLockTimeInDaysHasBeenSet = true; in operator =()
123 if(m_retentionLockTimeInDaysHasBeenSet) in Jsonize()
H A DCreateTapePoolRequest.cpp22 m_retentionLockTimeInDaysHasBeenSet(false), in CreateTapePoolRequest()
47 if(m_retentionLockTimeInDaysHasBeenSet) in SerializePayload()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-storagegateway/include/aws/storagegateway/model/
H A DCreateTapePoolRequest.h196 …line bool RetentionLockTimeInDaysHasBeenSet() const { return m_retentionLockTimeInDaysHasBeenSet; } in RetentionLockTimeInDaysHasBeenSet()
202 …inline void SetRetentionLockTimeInDays(int value) { m_retentionLockTimeInDaysHasBeenSet = true; m_… in SetRetentionLockTimeInDays()
295 bool m_retentionLockTimeInDaysHasBeenSet; variable
H A DPoolInfo.h269 …line bool RetentionLockTimeInDaysHasBeenSet() const { return m_retentionLockTimeInDaysHasBeenSet; } in RetentionLockTimeInDaysHasBeenSet()
275 …inline void SetRetentionLockTimeInDays(int value) { m_retentionLockTimeInDaysHasBeenSet = true; m_… in SetRetentionLockTimeInDays()
335 bool m_retentionLockTimeInDaysHasBeenSet; variable