com.aliyun.ens20171110.models.DeleteHaVipsShrinkRequest Maven / Gradle / Ivy
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ens20171110.models;
import com.aliyun.tea.*;
public class DeleteHaVipsShrinkRequest extends TeaModel {
/**
* This parameter is required.
*/
@NameInMap("HaVipIds")
public String haVipIdsShrink;
public static DeleteHaVipsShrinkRequest build(java.util.Map map) throws Exception {
DeleteHaVipsShrinkRequest self = new DeleteHaVipsShrinkRequest();
return TeaModel.build(map, self);
}
public DeleteHaVipsShrinkRequest setHaVipIdsShrink(String haVipIdsShrink) {
this.haVipIdsShrink = haVipIdsShrink;
return this;
}
public String getHaVipIdsShrink() {
return this.haVipIdsShrink;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy