@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProvisioningArtifactsForServiceActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListProvisioningArtifactsForServiceActionResult() |
Modifier and Type | Method and Description |
---|---|
ListProvisioningArtifactsForServiceActionResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextPageToken()
The page token to use to retrieve the next set of results.
|
List<ProvisioningArtifactView> |
getProvisioningArtifactViews()
An array of objects with information about product views and provisioning artifacts.
|
int |
hashCode() |
void |
setNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
void |
setProvisioningArtifactViews(Collection<ProvisioningArtifactView> provisioningArtifactViews)
An array of objects with information about product views and provisioning artifacts.
|
String |
toString()
Returns a string representation of this object.
|
ListProvisioningArtifactsForServiceActionResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
ListProvisioningArtifactsForServiceActionResult |
withProvisioningArtifactViews(Collection<ProvisioningArtifactView> provisioningArtifactViews)
An array of objects with information about product views and provisioning artifacts.
|
ListProvisioningArtifactsForServiceActionResult |
withProvisioningArtifactViews(ProvisioningArtifactView... provisioningArtifactViews)
An array of objects with information about product views and provisioning artifacts.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListProvisioningArtifactsForServiceActionResult()
public List<ProvisioningArtifactView> getProvisioningArtifactViews()
An array of objects with information about product views and provisioning artifacts.
public void setProvisioningArtifactViews(Collection<ProvisioningArtifactView> provisioningArtifactViews)
An array of objects with information about product views and provisioning artifacts.
provisioningArtifactViews
- An array of objects with information about product views and provisioning artifacts.public ListProvisioningArtifactsForServiceActionResult withProvisioningArtifactViews(ProvisioningArtifactView... provisioningArtifactViews)
An array of objects with information about product views and provisioning artifacts.
NOTE: This method appends the values to the existing list (if any). Use
setProvisioningArtifactViews(java.util.Collection)
or
withProvisioningArtifactViews(java.util.Collection)
if you want to override the existing values.
provisioningArtifactViews
- An array of objects with information about product views and provisioning artifacts.public ListProvisioningArtifactsForServiceActionResult withProvisioningArtifactViews(Collection<ProvisioningArtifactView> provisioningArtifactViews)
An array of objects with information about product views and provisioning artifacts.
provisioningArtifactViews
- An array of objects with information about product views and provisioning artifacts.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 ListProvisioningArtifactsForServiceActionResult 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 ListProvisioningArtifactsForServiceActionResult clone()