Home
last modified time | relevance | path

Searched refs:m_retentionLockTimeInDays (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.cpp28 m_retentionLockTimeInDays(0), in PoolInfo()
42 m_retentionLockTimeInDays(0), in PoolInfo()
82 m_retentionLockTimeInDays = jsonValue.GetInteger("RetentionLockTimeInDays"); in operator =()
125 payload.WithInteger("RetentionLockTimeInDays", m_retentionLockTimeInDays); in Jsonize()
H A DCreateTapePoolRequest.cpp21 m_retentionLockTimeInDays(0), in CreateTapePoolRequest()
49 payload.WithInteger("RetentionLockTimeInDays", m_retentionLockTimeInDays); in SerializePayload()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-storagegateway/include/aws/storagegateway/model/
H A DCreateTapePoolRequest.h190 inline int GetRetentionLockTimeInDays() const{ return m_retentionLockTimeInDays; } in GetRetentionLockTimeInDays()
202 …InDays(int value) { m_retentionLockTimeInDaysHasBeenSet = true; m_retentionLockTimeInDays = value;… in SetRetentionLockTimeInDays()
294 int m_retentionLockTimeInDays; variable
H A DPoolInfo.h263 inline int GetRetentionLockTimeInDays() const{ return m_retentionLockTimeInDays; } in GetRetentionLockTimeInDays()
275 …InDays(int value) { m_retentionLockTimeInDaysHasBeenSet = true; m_retentionLockTimeInDays = value;… in SetRetentionLockTimeInDays()
334 int m_retentionLockTimeInDays; variable