@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSourceServerActionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListSourceServerActionsResult() |
Modifier and Type | Method and Description |
---|---|
ListSourceServerActionsResult |
clone() |
boolean |
equals(Object obj) |
List<SourceServerActionDocument> |
getItems()
List of source server post migration custom actions.
|
String |
getNextToken()
Next token returned when listing source server post migration custom actions.
|
int |
hashCode() |
void |
setItems(Collection<SourceServerActionDocument> items)
List of source server post migration custom actions.
|
void |
setNextToken(String nextToken)
Next token returned when listing source server post migration custom actions.
|
String |
toString()
Returns a string representation of this object.
|
ListSourceServerActionsResult |
withItems(Collection<SourceServerActionDocument> items)
List of source server post migration custom actions.
|
ListSourceServerActionsResult |
withItems(SourceServerActionDocument... items)
List of source server post migration custom actions.
|
ListSourceServerActionsResult |
withNextToken(String nextToken)
Next token returned when listing source server post migration custom actions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SourceServerActionDocument> getItems()
List of source server post migration custom actions.
public void setItems(Collection<SourceServerActionDocument> items)
List of source server post migration custom actions.
items
- List of source server post migration custom actions.public ListSourceServerActionsResult withItems(SourceServerActionDocument... items)
List of source server post migration custom actions.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- List of source server post migration custom actions.public ListSourceServerActionsResult withItems(Collection<SourceServerActionDocument> items)
List of source server post migration custom actions.
items
- List of source server post migration custom actions.public void setNextToken(String nextToken)
Next token returned when listing source server post migration custom actions.
nextToken
- Next token returned when listing source server post migration custom actions.public String getNextToken()
Next token returned when listing source server post migration custom actions.
public ListSourceServerActionsResult withNextToken(String nextToken)
Next token returned when listing source server post migration custom actions.
nextToken
- Next token returned when listing source server post migration custom actions.public String toString()
toString
in class Object
Object.toString()
public ListSourceServerActionsResult clone()