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

com.aliyun.bpstudio20210931.models.ExecuteOperationSyncShrinkRequest Maven / Gradle / Ivy

There is a newer version: 7.0.1
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.bpstudio20210931.models;

import com.aliyun.tea.*;

public class ExecuteOperationSyncShrinkRequest extends TeaModel {
    /**
     * example:
     * 

BE68D71ZY5YYIU9R

*/ @NameInMap("ApplicationId") public String applicationId; @NameInMap("Attributes") public String attributesShrink; /** * example: *

1600765710019

*/ @NameInMap("ClientToken") public String clientToken; /** *

This parameter is required.

* * example: *

rename

*/ @NameInMap("Operation") public String operation; /** * example: *

rg-acfmyjt3c5om3hi

*/ @NameInMap("ResourceGroupId") public String resourceGroupId; /** *

This parameter is required.

* * example: *

dds

*/ @NameInMap("ServiceType") public String serviceType; public static ExecuteOperationSyncShrinkRequest build(java.util.Map map) throws Exception { ExecuteOperationSyncShrinkRequest self = new ExecuteOperationSyncShrinkRequest(); return TeaModel.build(map, self); } public ExecuteOperationSyncShrinkRequest setApplicationId(String applicationId) { this.applicationId = applicationId; return this; } public String getApplicationId() { return this.applicationId; } public ExecuteOperationSyncShrinkRequest setAttributesShrink(String attributesShrink) { this.attributesShrink = attributesShrink; return this; } public String getAttributesShrink() { return this.attributesShrink; } public ExecuteOperationSyncShrinkRequest setClientToken(String clientToken) { this.clientToken = clientToken; return this; } public String getClientToken() { return this.clientToken; } public ExecuteOperationSyncShrinkRequest setOperation(String operation) { this.operation = operation; return this; } public String getOperation() { return this.operation; } public ExecuteOperationSyncShrinkRequest setResourceGroupId(String resourceGroupId) { this.resourceGroupId = resourceGroupId; return this; } public String getResourceGroupId() { return this.resourceGroupId; } public ExecuteOperationSyncShrinkRequest setServiceType(String serviceType) { this.serviceType = serviceType; return this; } public String getServiceType() { return this.serviceType; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy