public class ModifyStorageSetAttributeRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
description
The description of the storage set.
|
String |
ownerAccount
example:
hide
|
Long |
ownerId
example:
111
|
String |
regionId
The region ID of the storage set.
|
String |
resourceOwnerAccount
example:
hide
|
Long |
resourceOwnerId
example:
111
|
String |
storageSetId
The ID of the storage set.
|
String |
storageSetName
The name of the storage set.
|
构造器和说明 |
---|
ModifyStorageSetAttributeRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyStorageSetAttributeRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getDescription() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getStorageSetId() |
String |
getStorageSetName() |
ModifyStorageSetAttributeRequest |
setClientToken(String clientToken) |
ModifyStorageSetAttributeRequest |
setDescription(String description) |
ModifyStorageSetAttributeRequest |
setOwnerAccount(String ownerAccount) |
ModifyStorageSetAttributeRequest |
setOwnerId(Long ownerId) |
ModifyStorageSetAttributeRequest |
setRegionId(String regionId) |
ModifyStorageSetAttributeRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ModifyStorageSetAttributeRequest |
setResourceOwnerId(Long resourceOwnerId) |
ModifyStorageSetAttributeRequest |
setStorageSetId(String storageSetId) |
ModifyStorageSetAttributeRequest |
setStorageSetName(String storageSetName) |
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that it is unique among different requests. The value of ClientToken can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see How to ensure idempotence.
example:123e4567-e89b-12d3-a456-426655440000
@NameInMap(value="Description") public String description
The description of the storage set.
example:testStorageSetDescription
@NameInMap(value="OwnerAccount") public String ownerAccount
hide
@NameInMap(value="OwnerId") public Long ownerId
111
@NameInMap(value="RegionId") public String regionId
The region ID of the storage set. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
hide
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
111
@NameInMap(value="StorageSetId") public String storageSetId
The ID of the storage set.
This parameter is required.
example:ss-bp67acfmxazb4ph****
@NameInMap(value="StorageSetName") public String storageSetName
The name of the storage set.
example:testStorageSetName
public static ModifyStorageSetAttributeRequest build(Map<String,?> map) throws Exception
Exception
public ModifyStorageSetAttributeRequest setClientToken(String clientToken)
public String getClientToken()
public ModifyStorageSetAttributeRequest setDescription(String description)
public String getDescription()
public ModifyStorageSetAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyStorageSetAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyStorageSetAttributeRequest setRegionId(String regionId)
public String getRegionId()
public ModifyStorageSetAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyStorageSetAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ModifyStorageSetAttributeRequest setStorageSetId(String storageSetId)
public String getStorageSetId()
public ModifyStorageSetAttributeRequest setStorageSetName(String storageSetName)
public String getStorageSetName()
Copyright © 2024. All rights reserved.