@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVirtualInterfaceTestHistoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListVirtualInterfaceTestHistoryResult() |
Modifier and Type | Method and Description |
---|---|
ListVirtualInterfaceTestHistoryResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
List<VirtualInterfaceTestHistory> |
getVirtualInterfaceTestHistory()
The ID of the tested virtual interface.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setVirtualInterfaceTestHistory(Collection<VirtualInterfaceTestHistory> virtualInterfaceTestHistory)
The ID of the tested virtual interface.
|
String |
toString()
Returns a string representation of this object.
|
ListVirtualInterfaceTestHistoryResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListVirtualInterfaceTestHistoryResult |
withVirtualInterfaceTestHistory(Collection<VirtualInterfaceTestHistory> virtualInterfaceTestHistory)
The ID of the tested virtual interface.
|
ListVirtualInterfaceTestHistoryResult |
withVirtualInterfaceTestHistory(VirtualInterfaceTestHistory... virtualInterfaceTestHistory)
The ID of the tested virtual interface.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListVirtualInterfaceTestHistoryResult()
public List<VirtualInterfaceTestHistory> getVirtualInterfaceTestHistory()
The ID of the tested virtual interface.
public void setVirtualInterfaceTestHistory(Collection<VirtualInterfaceTestHistory> virtualInterfaceTestHistory)
The ID of the tested virtual interface.
virtualInterfaceTestHistory
- The ID of the tested virtual interface.public ListVirtualInterfaceTestHistoryResult withVirtualInterfaceTestHistory(VirtualInterfaceTestHistory... virtualInterfaceTestHistory)
The ID of the tested virtual interface.
NOTE: This method appends the values to the existing list (if any). Use
setVirtualInterfaceTestHistory(java.util.Collection)
or
withVirtualInterfaceTestHistory(java.util.Collection)
if you want to override the existing values.
virtualInterfaceTestHistory
- The ID of the tested virtual interface.public ListVirtualInterfaceTestHistoryResult withVirtualInterfaceTestHistory(Collection<VirtualInterfaceTestHistory> virtualInterfaceTestHistory)
The ID of the tested virtual interface.
virtualInterfaceTestHistory
- The ID of the tested virtual interface.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public ListVirtualInterfaceTestHistoryResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public ListVirtualInterfaceTestHistoryResult clone()