public class SecretIdLastUsed extends AbstractModel
| 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 | 
|---|---|
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 | 
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic 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.Copyright © 2022. All rights reserved.