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

com.aliyun.ccp.mgmtclient.models.UpdateDomainRequestModel Maven / Gradle / Ivy

Go to download

Aliyun CCP MGMT Client for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com

The newest version!
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ccp.mgmtclient.models;

import com.aliyun.tea.*;

public class UpdateDomainRequestModel extends TeaModel {
    @NameInMap("headers")
    public java.util.Map headers;

    @NameInMap("body")
    @Validation(required = true)
    public UpdateDomainRequest body;

    public static UpdateDomainRequestModel build(java.util.Map map) throws Exception {
        UpdateDomainRequestModel self = new UpdateDomainRequestModel();
        return TeaModel.build(map, self);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy