All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ksyun.client.vpc.modifyprivateipaddressattribute.v20160304.ModifyPrivateIpAddressAttributeResponse Maven / Gradle / Ivy

package ksyun.client.vpc.modifyprivateipaddressattribute.v20160304;

import com.fasterxml.jackson.annotation.JsonProperty;
import common.BaseResponseModel;
import lombok.Data;
import lombok.ToString;

import java.util.Set;

/**
* @Classname ModifyPrivateIpAddressAttributeResponse
* @Description ModifyPrivateIpAddressAttribute 返回体
*/
@Data
@ToString
public class ModifyPrivateIpAddressAttributeResponse extends BaseResponseModel {

    /**
     * 请求id
     */
    @JsonProperty("RequestId")
    private String requestId;

    //返回结果,需要按需扩展

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy