Class DeleteCloudNativeAPIGatewayRequest


  • public class DeleteCloudNativeAPIGatewayRequest
    extends AbstractModel
    • Constructor Detail

      • DeleteCloudNativeAPIGatewayRequest

        public DeleteCloudNativeAPIGatewayRequest()
      • DeleteCloudNativeAPIGatewayRequest

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

      • getGatewayId

        public String getGatewayId()
        Get 云原生API网关实例ID。
        Returns:
        GatewayId 云原生API网关实例ID。
      • setGatewayId

        public void setGatewayId​(String GatewayId)
        Set 云原生API网关实例ID。
        Parameters:
        GatewayId - 云原生API网关实例ID。
      • getDeleteClsTopic

        public Boolean getDeleteClsTopic()
        Get 是否删除实例关联的 CLS 日志主题。
        Returns:
        DeleteClsTopic 是否删除实例关联的 CLS 日志主题。
      • setDeleteClsTopic

        public void setDeleteClsTopic​(Boolean DeleteClsTopic)
        Set 是否删除实例关联的 CLS 日志主题。
        Parameters:
        DeleteClsTopic - 是否删除实例关联的 CLS 日志主题。