Class DescribeRotationDetailRequest


  • public class DescribeRotationDetailRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeRotationDetailRequest

        public DescribeRotationDetailRequest()
      • DescribeRotationDetailRequest

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

      • getSecretName

        public String getSecretName()
        Get 指定需要获取凭据轮转详细信息的凭据名称。
        Returns:
        SecretName 指定需要获取凭据轮转详细信息的凭据名称。
      • setSecretName

        public void setSecretName​(String SecretName)
        Set 指定需要获取凭据轮转详细信息的凭据名称。
        Parameters:
        SecretName - 指定需要获取凭据轮转详细信息的凭据名称。