@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServiceActionsForProvisioningArtifactResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListServiceActionsForProvisioningArtifactResult() |
Modifier and Type | Method and Description |
---|---|
ListServiceActionsForProvisioningArtifactResult |
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 self-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 self-service actions associated with the provisioning artifact.
|
String |
toString()
Returns a string representation of this object.
|
ListServiceActionsForProvisioningArtifactResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
ListServiceActionsForProvisioningArtifactResult |
withServiceActionSummaries(Collection<ServiceActionSummary> serviceActionSummaries)
An object containing information about the self-service actions associated with the provisioning artifact.
|
ListServiceActionsForProvisioningArtifactResult |
withServiceActionSummaries(ServiceActionSummary... serviceActionSummaries)
An object containing information about the self-service actions associated with the provisioning artifact.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListServiceActionsForProvisioningArtifactResult()
public List<ServiceActionSummary> getServiceActionSummaries()
An object containing information about the self-service actions associated with the provisioning artifact.
public void setServiceActionSummaries(Collection<ServiceActionSummary> serviceActionSummaries)
An object containing information about the self-service actions associated with the provisioning artifact.
serviceActionSummaries
- An object containing information about the self-service actions associated with the provisioning artifact.public ListServiceActionsForProvisioningArtifactResult withServiceActionSummaries(ServiceActionSummary... serviceActionSummaries)
An object containing information about the self-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 self-service actions associated with the provisioning artifact.public ListServiceActionsForProvisioningArtifactResult withServiceActionSummaries(Collection<ServiceActionSummary> serviceActionSummaries)
An object containing information about the self-service actions associated with the provisioning artifact.
serviceActionSummaries
- An object containing information about the self-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 ListServiceActionsForProvisioningArtifactResult 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 Object
Object.toString()
public ListServiceActionsForProvisioningArtifactResult clone()