Class SecretIdLastUsed

    • Constructor Detail

      • SecretIdLastUsed

        public SecretIdLastUsed()
      • SecretIdLastUsed

        public 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.
    • Method Detail

      • getSecretId

        public String getSecretId()
        Get 密钥ID
        Returns:
        SecretId 密钥ID
      • setSecretId

        public void setSecretId​(String SecretId)
        Set 密钥ID
        Parameters:
        SecretId - 密钥ID
      • getLastUsedDate

        public String getLastUsedDate()
        Get 最后访问日期(有1天延迟) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LastUsedDate 最后访问日期(有1天延迟) 注意:此字段可能返回 null,表示取不到有效值。
      • setLastUsedDate

        public void setLastUsedDate​(String LastUsedDate)
        Set 最后访问日期(有1天延迟) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LastUsedDate - 最后访问日期(有1天延迟) 注意:此字段可能返回 null,表示取不到有效值。
      • getLastSecretUsedDate

        public Long getLastSecretUsedDate()
        Get 最后密钥访问日期 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LastSecretUsedDate 最后密钥访问日期 注意:此字段可能返回 null,表示取不到有效值。
      • setLastSecretUsedDate

        public void setLastSecretUsedDate​(Long LastSecretUsedDate)
        Set 最后密钥访问日期 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LastSecretUsedDate - 最后密钥访问日期 注意:此字段可能返回 null,表示取不到有效值。