public static final class DescribeDesktopsInGroupResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeDesktopsInGroupResponseBody |
build() |
DescribeDesktopsInGroupResponseBody.Builder |
nextToken(String nextToken)
The returned value of NextToken is a pagination token, which can be used in the next request to retrieve a new page of results.
|
DescribeDesktopsInGroupResponseBody.Builder |
onlinePrePaidDesktopsCount(Integer onlinePrePaidDesktopsCount)
The number of subscription cloud computers that are in the Connected state.
|
DescribeDesktopsInGroupResponseBody.Builder |
paidDesktops(List<DescribeDesktopsInGroupResponseBody.PaidDesktops> paidDesktops)
The details about subscription cloud computers.
|
DescribeDesktopsInGroupResponseBody.Builder |
paidDesktopsCount(Integer paidDesktopsCount)
The total number of queried subscription cloud computers.
|
DescribeDesktopsInGroupResponseBody.Builder |
postPaidDesktops(List<DescribeDesktopsInGroupResponseBody.PostPaidDesktops> postPaidDesktops)
The details about pay-as-you-go cloud computers.
|
DescribeDesktopsInGroupResponseBody.Builder |
postPaidDesktopsCount(Integer postPaidDesktopsCount)
The total number of queried pay-as-you-go cloud computers.
|
DescribeDesktopsInGroupResponseBody.Builder |
postPaidDesktopsTotalAmount(Integer postPaidDesktopsTotalAmount)
The total amount of bills for pay-as-you-go cloud computers.
|
DescribeDesktopsInGroupResponseBody.Builder |
requestId(String requestId)
The request ID.
|
DescribeDesktopsInGroupResponseBody.Builder |
runningPrePaidDesktopsCount(Integer runningPrePaidDesktopsCount)
The number of subscription cloud computers that are in the Running state.
|
DescribeDesktopsInGroupResponseBody.Builder |
stopedPrePaidDesktopsCount(Integer stopedPrePaidDesktopsCount)
The number of subscription cloud computers that are in the Stopped state.
|
DescribeDesktopsInGroupResponseBody.Builder |
stoppedPrePaidDesktopsCount(Integer stoppedPrePaidDesktopsCount)
The number of subscription cloud computers that are in the Stopped state.
|
public DescribeDesktopsInGroupResponseBody.Builder nextToken(String nextToken)
public DescribeDesktopsInGroupResponseBody.Builder onlinePrePaidDesktopsCount(Integer onlinePrePaidDesktopsCount)
public DescribeDesktopsInGroupResponseBody.Builder paidDesktops(List<DescribeDesktopsInGroupResponseBody.PaidDesktops> paidDesktops)
public DescribeDesktopsInGroupResponseBody.Builder paidDesktopsCount(Integer paidDesktopsCount)
public DescribeDesktopsInGroupResponseBody.Builder postPaidDesktops(List<DescribeDesktopsInGroupResponseBody.PostPaidDesktops> postPaidDesktops)
public DescribeDesktopsInGroupResponseBody.Builder postPaidDesktopsCount(Integer postPaidDesktopsCount)
public DescribeDesktopsInGroupResponseBody.Builder postPaidDesktopsTotalAmount(Integer postPaidDesktopsTotalAmount)
public DescribeDesktopsInGroupResponseBody.Builder requestId(String requestId)
public DescribeDesktopsInGroupResponseBody.Builder runningPrePaidDesktopsCount(Integer runningPrePaidDesktopsCount)
public DescribeDesktopsInGroupResponseBody.Builder stopedPrePaidDesktopsCount(Integer stopedPrePaidDesktopsCount)
public DescribeDesktopsInGroupResponseBody.Builder stoppedPrePaidDesktopsCount(Integer stoppedPrePaidDesktopsCount)
public DescribeDesktopsInGroupResponseBody build()
Copyright © 2024. All rights reserved.