@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServicesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListServicesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListServicesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token that you can pass in a subsequent request to get the next result page.
|
List<ServiceSummary> |
getServiceSummaryList()
A list of service summary information records.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page.
|
void |
setServiceSummaryList(Collection<ServiceSummary> serviceSummaryList)
A list of service summary information records.
|
String |
toString()
Returns a string representation of this object.
|
ListServicesResult |
withNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page.
|
ListServicesResult |
withServiceSummaryList(Collection<ServiceSummary> serviceSummaryList)
A list of service summary information records.
|
ListServicesResult |
withServiceSummaryList(ServiceSummary... serviceSummaryList)
A list of service summary information records.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ServiceSummary> getServiceSummaryList()
A list of service summary information records. In a paginated request, the request returns up to
MaxResults records for each call.
MaxResults records for each call.public void setServiceSummaryList(Collection<ServiceSummary> serviceSummaryList)
A list of service summary information records. In a paginated request, the request returns up to
MaxResults records for each call.
serviceSummaryList - A list of service summary information records. In a paginated request, the request returns up to
MaxResults records for each call.public ListServicesResult withServiceSummaryList(ServiceSummary... serviceSummaryList)
A list of service summary information records. In a paginated request, the request returns up to
MaxResults records for each call.
NOTE: This method appends the values to the existing list (if any). Use
setServiceSummaryList(java.util.Collection) or withServiceSummaryList(java.util.Collection) if
you want to override the existing values.
serviceSummaryList - A list of service summary information records. In a paginated request, the request returns up to
MaxResults records for each call.public ListServicesResult withServiceSummaryList(Collection<ServiceSummary> serviceSummaryList)
A list of service summary information records. In a paginated request, the request returns up to
MaxResults records for each call.
serviceSummaryList - A list of service summary information records. In a paginated request, the request returns up to
MaxResults records for each call.public void setNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
nextToken - The token that you can pass in a subsequent request to get the next result page. It's returned in a
paginated request.public String getNextToken()
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
public ListServicesResult withNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
nextToken - The token that you can pass in a subsequent request to get the next result page. It's returned in a
paginated request.public String toString()
toString in class ObjectObject.toString()public ListServicesResult clone()