public class DescribeInvocationResultsResponse extends AbstractResponse
responseMetadata| 构造器和说明 |
|---|
DescribeInvocationResultsResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeInvocationResultsResponse |
addInvocationResultsItem(InvocationResultForDescribeInvocationResultsOutput invocationResultsItem) |
boolean |
equals(Object o) |
@Valid List<InvocationResultForDescribeInvocationResultsOutput> |
getInvocationResults()
Get invocationResults
|
Integer |
getPageNumber()
Get pageNumber
|
Integer |
getPageSize()
Get pageSize
|
Integer |
getTotalCount()
Get totalCount
|
int |
hashCode() |
DescribeInvocationResultsResponse |
invocationResults(List<InvocationResultForDescribeInvocationResultsOutput> invocationResults) |
DescribeInvocationResultsResponse |
pageNumber(Integer pageNumber) |
DescribeInvocationResultsResponse |
pageSize(Integer pageSize) |
void |
setInvocationResults(List<InvocationResultForDescribeInvocationResultsOutput> invocationResults) |
void |
setPageNumber(Integer pageNumber) |
void |
setPageSize(Integer pageSize) |
void |
setTotalCount(Integer totalCount) |
String |
toString() |
DescribeInvocationResultsResponse |
totalCount(Integer totalCount) |
getResponseMetadata, setResponseMetadatapublic DescribeInvocationResultsResponse invocationResults(List<InvocationResultForDescribeInvocationResultsOutput> invocationResults)
public DescribeInvocationResultsResponse addInvocationResultsItem(InvocationResultForDescribeInvocationResultsOutput invocationResultsItem)
@Valid public @Valid List<InvocationResultForDescribeInvocationResultsOutput> getInvocationResults()
public void setInvocationResults(List<InvocationResultForDescribeInvocationResultsOutput> invocationResults)
public DescribeInvocationResultsResponse pageNumber(Integer pageNumber)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public DescribeInvocationResultsResponse pageSize(Integer pageSize)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public DescribeInvocationResultsResponse totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
Copyright © 2024. All rights reserved.