public static class RunInstancesRequest.RunInstancesRequestArn
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
assumeRoleFor
This parameter is not publicly available.
|
String |
rolearn
This parameter is not publicly available.
|
String |
roleType
This parameter is not publicly available.
|
构造器和说明 |
---|
RunInstancesRequestArn() |
限定符和类型 | 方法和说明 |
---|---|
static RunInstancesRequest.RunInstancesRequestArn |
build(Map<String,?> map) |
Long |
getAssumeRoleFor() |
String |
getRolearn() |
String |
getRoleType() |
RunInstancesRequest.RunInstancesRequestArn |
setAssumeRoleFor(Long assumeRoleFor) |
RunInstancesRequest.RunInstancesRequestArn |
setRolearn(String rolearn) |
RunInstancesRequest.RunInstancesRequestArn |
setRoleType(String roleType) |
@NameInMap(value="AssumeRoleFor") public Long assumeRoleFor
example:This parameter is not publicly available.
0
@NameInMap(value="RoleType") public String roleType
example:This parameter is not publicly available.
null
@NameInMap(value="Rolearn") public String rolearn
example:This parameter is not publicly available.
null
public static RunInstancesRequest.RunInstancesRequestArn build(Map<String,?> map) throws Exception
Exception
public RunInstancesRequest.RunInstancesRequestArn setAssumeRoleFor(Long assumeRoleFor)
public Long getAssumeRoleFor()
public RunInstancesRequest.RunInstancesRequestArn setRoleType(String roleType)
public String getRoleType()
public RunInstancesRequest.RunInstancesRequestArn setRolearn(String rolearn)
public String getRolearn()
Copyright © 2024. All rights reserved.