Class UsagePlanBindSecret

    • Constructor Detail

      • UsagePlanBindSecret

        public UsagePlanBindSecret()
      • UsagePlanBindSecret

        public UsagePlanBindSecret​(UsagePlanBindSecret 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

      • getAccessKeyId

        public String getAccessKeyId()
        Get 密钥ID。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AccessKeyId 密钥ID。 注意:此字段可能返回 null,表示取不到有效值。
      • setAccessKeyId

        public void setAccessKeyId​(String AccessKeyId)
        Set 密钥ID。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AccessKeyId - 密钥ID。 注意:此字段可能返回 null,表示取不到有效值。
      • getSecretName

        public String getSecretName()
        Get 密钥名称。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SecretName 密钥名称。 注意:此字段可能返回 null,表示取不到有效值。
      • setSecretName

        public void setSecretName​(String SecretName)
        Set 密钥名称。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SecretName - 密钥名称。 注意:此字段可能返回 null,表示取不到有效值。
      • getStatus

        public Long getStatus()
        Get 密钥状态,0表示已禁用,1表示启用中。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Status 密钥状态,0表示已禁用,1表示启用中。 注意:此字段可能返回 null,表示取不到有效值。
      • setStatus

        public void setStatus​(Long Status)
        Set 密钥状态,0表示已禁用,1表示启用中。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Status - 密钥状态,0表示已禁用,1表示启用中。 注意:此字段可能返回 null,表示取不到有效值。