@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServiceActionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ListServiceActionsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListServiceActionsResult | clone() | 
| boolean | equals(Object obj) | 
| String | getNextPageToken()
 The page token to use to retrieve the next set of results. | 
| List<ServiceActionSummary> | getServiceActionSummaries()
 An object containing information about the service actions associated with the provisioning artifact. | 
| int | hashCode() | 
| void | setNextPageToken(String nextPageToken)
 The page token to use to retrieve the next set of results. | 
| void | setServiceActionSummaries(Collection<ServiceActionSummary> serviceActionSummaries)
 An object containing information about the service actions associated with the provisioning artifact. | 
| String | toString()Returns a string representation of this object. | 
| ListServiceActionsResult | withNextPageToken(String nextPageToken)
 The page token to use to retrieve the next set of results. | 
| ListServiceActionsResult | withServiceActionSummaries(Collection<ServiceActionSummary> serviceActionSummaries)
 An object containing information about the service actions associated with the provisioning artifact. | 
| ListServiceActionsResult | withServiceActionSummaries(ServiceActionSummary... serviceActionSummaries)
 An object containing information about the service actions associated with the provisioning artifact. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ServiceActionSummary> getServiceActionSummaries()
An object containing information about the service actions associated with the provisioning artifact.
public void setServiceActionSummaries(Collection<ServiceActionSummary> serviceActionSummaries)
An object containing information about the service actions associated with the provisioning artifact.
serviceActionSummaries - An object containing information about the service actions associated with the provisioning artifact.public ListServiceActionsResult withServiceActionSummaries(ServiceActionSummary... serviceActionSummaries)
An object containing information about the service actions associated with the provisioning artifact.
 NOTE: This method appends the values to the existing list (if any). Use
 setServiceActionSummaries(java.util.Collection) or
 withServiceActionSummaries(java.util.Collection) if you want to override the existing values.
 
serviceActionSummaries - An object containing information about the service actions associated with the provisioning artifact.public ListServiceActionsResult withServiceActionSummaries(Collection<ServiceActionSummary> serviceActionSummaries)
An object containing information about the service actions associated with the provisioning artifact.
serviceActionSummaries - An object containing information about the service actions associated with the provisioning artifact.public void setNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value
        is null.public String getNextPageToken()
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
public ListServiceActionsResult withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value
        is null.public String toString()
toString in class ObjectObject.toString()public ListServiceActionsResult clone()