@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartBgpFailoverTestResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartBgpFailoverTestResult() |
Modifier and Type | Method and Description |
---|---|
StartBgpFailoverTestResult |
clone() |
boolean |
equals(Object obj) |
VirtualInterfaceTestHistory |
getVirtualInterfaceTest()
Information about the virtual interface failover test.
|
int |
hashCode() |
void |
setVirtualInterfaceTest(VirtualInterfaceTestHistory virtualInterfaceTest)
Information about the virtual interface failover test.
|
String |
toString()
Returns a string representation of this object.
|
StartBgpFailoverTestResult |
withVirtualInterfaceTest(VirtualInterfaceTestHistory virtualInterfaceTest)
Information about the virtual interface failover test.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVirtualInterfaceTest(VirtualInterfaceTestHistory virtualInterfaceTest)
Information about the virtual interface failover test.
virtualInterfaceTest
- Information about the virtual interface failover test.public VirtualInterfaceTestHistory getVirtualInterfaceTest()
Information about the virtual interface failover test.
public StartBgpFailoverTestResult withVirtualInterfaceTest(VirtualInterfaceTestHistory virtualInterfaceTest)
Information about the virtual interface failover test.
virtualInterfaceTest
- Information about the virtual interface failover test.public String toString()
toString
in class Object
Object.toString()
public StartBgpFailoverTestResult clone()