public class SecretIdLastUsed extends AbstractModel
header, skipSign
Constructor and Description |
---|
SecretIdLastUsed() |
SecretIdLastUsed(SecretIdLastUsed source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getLastSecretUsedDate()
Get The most recent date the key was accessed
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLastUsedDate()
Get The date when the key ID was last used (the value is obtained one day later).
|
String |
getSecretId()
Get Key ID.
|
void |
setLastSecretUsedDate(Long LastSecretUsedDate)
Set The most recent date the key was accessed
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLastUsedDate(String LastUsedDate)
Set The date when the key ID was last used (the value is obtained one day later).
|
void |
setSecretId(String SecretId)
Set Key ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SecretIdLastUsed()
public SecretIdLastUsed(SecretIdLastUsed source)
public String getSecretId()
public void setSecretId(String SecretId)
SecretId
- Key ID.public String getLastUsedDate()
public void setLastUsedDate(String LastUsedDate)
LastUsedDate
- The date when the key ID was last used (the value is obtained one day later).
Note: this field may return `null`, indicating that no valid value can be obtained.public Long getLastSecretUsedDate()
public void setLastSecretUsedDate(Long LastSecretUsedDate)
LastSecretUsedDate
- The most recent date the key was accessed
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.