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

com.aliyun.datahub.client.impl.request.UpdateProjectVpcWhiteListRequest Maven / Gradle / Ivy

There is a newer version: 2.25.6
Show newest version
package com.aliyun.datahub.client.impl.request;

import com.fasterxml.jackson.annotation.JsonProperty;

public class UpdateProjectVpcWhiteListRequest {
    @JsonProperty("VpcIds")
    private String vpcIds;


    public String getVpcIds() {
        return vpcIds;
    }

    public UpdateProjectVpcWhiteListRequest setVpcIds(String vpcIds) {
        this.vpcIds = vpcIds;
        return  this;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy