@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetStagesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetStagesResult() |
Modifier and Type | Method and Description |
---|---|
GetStagesResult |
clone() |
boolean |
equals(Object obj) |
List<Stage> |
getItem()
The current page of elements from this collection.
|
int |
hashCode() |
void |
setItem(Collection<Stage> item)
The current page of elements from this collection.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetStagesResult |
withItem(Collection<Stage> item)
The current page of elements from this collection.
|
GetStagesResult |
withItem(Stage... item)
The current page of elements from this collection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Stage> getItem()
The current page of elements from this collection.
public void setItem(Collection<Stage> item)
The current page of elements from this collection.
item
- The current page of elements from this collection.public GetStagesResult withItem(Stage... item)
The current page of elements from this collection.
NOTE: This method appends the values to the existing list (if any). Use
setItem(java.util.Collection)
or withItem(java.util.Collection)
if you want to override the
existing values.
item
- The current page of elements from this collection.public GetStagesResult withItem(Collection<Stage> item)
The current page of elements from this collection.
item
- The current page of elements from this collection.public String toString()
toString
in class Object
Object.toString()
public GetStagesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.