com.aliyun.ccp.ossclient.models.AddStoreResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ccp-oss-client Show documentation
Show all versions of ccp-oss-client Show documentation
Aliyun CCP oss SDK for Java
Copyright (C) Alibaba Cloud Computing
All rights reserved.
版权所有 (C)阿里云计算有限公司
http://www.aliyun.com
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ccp.ossclient.models;
import com.aliyun.tea.*;
public class AddStoreResponse extends TeaModel {
@NameInMap("requestId")
public String requestId;
@NameInMap("accelerate_endpoint")
public String accelerateEndpoint;
@NameInMap("base_path")
public String basePath;
@NameInMap("bucket")
@Validation(required = true)
public String bucket;
@NameInMap("customized_endpoint")
public String customizedEndpoint;
@NameInMap("domain_id")
@Validation(required = true)
public String domainId;
@NameInMap("endpoint")
@Validation(required = true)
public String endpoint;
@NameInMap("internal_endpoint")
public String internalEndpoint;
@NameInMap("ownership")
@Validation(required = true)
public String ownership;
@NameInMap("policy")
@Validation(required = true)
public String policy;
@NameInMap("role_arn")
public String roleArn;
@NameInMap("store_id")
@Validation(required = true)
public String storeId;
@NameInMap("type")
@Validation(required = true)
public String type;
public static AddStoreResponse build(java.util.Map map) throws Exception {
AddStoreResponse self = new AddStoreResponse();
return TeaModel.build(map, self);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy