Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.ec2.model
Class VgwTelemetry

java.lang.Object
  extended by com.amazonaws.services.ec2.model.VgwTelemetry
All Implemented Interfaces:
Serializable

public class VgwTelemetry
extends Object
implements Serializable

Vgw Telemetry

See Also:
Serialized Form

Constructor Summary
VgwTelemetry()
           
 
Method Summary
 boolean equals(Object obj)
           
 Integer getAcceptedRouteCount()
          Returns the value of the AcceptedRouteCount property for this object.
 Date getLastStatusChange()
          Returns the value of the LastStatusChange property for this object.
 String getOutsideIpAddress()
          Returns the value of the OutsideIpAddress property for this object.
 String getStatus()
          Returns the value of the Status property for this object.
 String getStatusMessage()
          Returns the value of the StatusMessage property for this object.
 int hashCode()
           
 void setAcceptedRouteCount(Integer acceptedRouteCount)
          Sets the value of the AcceptedRouteCount property for this object.
 void setLastStatusChange(Date lastStatusChange)
          Sets the value of the LastStatusChange property for this object.
 void setOutsideIpAddress(String outsideIpAddress)
          Sets the value of the OutsideIpAddress property for this object.
 void setStatus(String status)
          Sets the value of the Status property for this object.
 void setStatusMessage(String statusMessage)
          Sets the value of the StatusMessage property for this object.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 VgwTelemetry withAcceptedRouteCount(Integer acceptedRouteCount)
          Sets the value of the AcceptedRouteCount property for this object.
 VgwTelemetry withLastStatusChange(Date lastStatusChange)
          Sets the value of the LastStatusChange property for this object.
 VgwTelemetry withOutsideIpAddress(String outsideIpAddress)
          Sets the value of the OutsideIpAddress property for this object.
 VgwTelemetry withStatus(String status)
          Sets the value of the Status property for this object.
 VgwTelemetry withStatusMessage(String statusMessage)
          Sets the value of the StatusMessage property for this object.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VgwTelemetry

public VgwTelemetry()
Method Detail

getOutsideIpAddress

public String getOutsideIpAddress()
Returns the value of the OutsideIpAddress property for this object.

Returns:
The value of the OutsideIpAddress property for this object.

setOutsideIpAddress

public void setOutsideIpAddress(String outsideIpAddress)
Sets the value of the OutsideIpAddress property for this object.

Parameters:
outsideIpAddress - The new value for the OutsideIpAddress property for this object.

withOutsideIpAddress

public VgwTelemetry withOutsideIpAddress(String outsideIpAddress)
Sets the value of the OutsideIpAddress property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
outsideIpAddress - The new value for the OutsideIpAddress property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getStatus

public String getStatus()
Returns the value of the Status property for this object.

Returns:
The value of the Status property for this object.

setStatus

public void setStatus(String status)
Sets the value of the Status property for this object.

Parameters:
status - The new value for the Status property for this object.

withStatus

public VgwTelemetry withStatus(String status)
Sets the value of the Status property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
status - The new value for the Status property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getLastStatusChange

public Date getLastStatusChange()
Returns the value of the LastStatusChange property for this object.

Returns:
The value of the LastStatusChange property for this object.

setLastStatusChange

public void setLastStatusChange(Date lastStatusChange)
Sets the value of the LastStatusChange property for this object.

Parameters:
lastStatusChange - The new value for the LastStatusChange property for this object.

withLastStatusChange

public VgwTelemetry withLastStatusChange(Date lastStatusChange)
Sets the value of the LastStatusChange property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
lastStatusChange - The new value for the LastStatusChange property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getStatusMessage

public String getStatusMessage()
Returns the value of the StatusMessage property for this object.

Returns:
The value of the StatusMessage property for this object.

setStatusMessage

public void setStatusMessage(String statusMessage)
Sets the value of the StatusMessage property for this object.

Parameters:
statusMessage - The new value for the StatusMessage property for this object.

withStatusMessage

public VgwTelemetry withStatusMessage(String statusMessage)
Sets the value of the StatusMessage property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
statusMessage - The new value for the StatusMessage property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getAcceptedRouteCount

public Integer getAcceptedRouteCount()
Returns the value of the AcceptedRouteCount property for this object.

Returns:
The value of the AcceptedRouteCount property for this object.

setAcceptedRouteCount

public void setAcceptedRouteCount(Integer acceptedRouteCount)
Sets the value of the AcceptedRouteCount property for this object.

Parameters:
acceptedRouteCount - The new value for the AcceptedRouteCount property for this object.

withAcceptedRouteCount

public VgwTelemetry withAcceptedRouteCount(Integer acceptedRouteCount)
Sets the value of the AcceptedRouteCount property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
acceptedRouteCount - The new value for the AcceptedRouteCount property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.