@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDeploymentEventsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDeploymentEventsResult() |
Modifier and Type | Method and Description |
---|---|
ListDeploymentEventsResult |
clone() |
boolean |
equals(Object obj) |
List<DeploymentEventDataSummary> |
getDeploymentEvents()
Lists the deployment events.
|
String |
getNextToken()
The token to include in another request to get the next page of items.
|
int |
hashCode() |
void |
setDeploymentEvents(Collection<DeploymentEventDataSummary> deploymentEvents)
Lists the deployment events.
|
void |
setNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
String |
toString()
Returns a string representation of this object.
|
ListDeploymentEventsResult |
withDeploymentEvents(Collection<DeploymentEventDataSummary> deploymentEvents)
Lists the deployment events.
|
ListDeploymentEventsResult |
withDeploymentEvents(DeploymentEventDataSummary... deploymentEvents)
Lists the deployment events.
|
ListDeploymentEventsResult |
withNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DeploymentEventDataSummary> getDeploymentEvents()
Lists the deployment events.
public void setDeploymentEvents(Collection<DeploymentEventDataSummary> deploymentEvents)
Lists the deployment events.
deploymentEvents
- Lists the deployment events.public ListDeploymentEventsResult withDeploymentEvents(DeploymentEventDataSummary... deploymentEvents)
Lists the deployment events.
NOTE: This method appends the values to the existing list (if any). Use
setDeploymentEvents(java.util.Collection)
or withDeploymentEvents(java.util.Collection)
if you
want to override the existing values.
deploymentEvents
- Lists the deployment events.public ListDeploymentEventsResult withDeploymentEvents(Collection<DeploymentEventDataSummary> deploymentEvents)
Lists the deployment events.
deploymentEvents
- Lists the deployment events.public void setNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String getNextToken()
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
null
when there are no more items to return.public ListDeploymentEventsResult withNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String toString()
toString
in class Object
Object.toString()
public ListDeploymentEventsResult clone()