|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.PropagatedRoute
public class PropagatedRoute
Propagated Route
| Constructor Summary | |
|---|---|
PropagatedRoute()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getDestinationCidrBlock()
Returns the value of the DestinationCidrBlock property for this object. |
String |
getGatewayId()
Returns the value of the GatewayId property for this object. |
String |
getSourceId()
Returns the value of the SourceId property for this object. |
String |
getStatus()
Returns the value of the Status property for this object. |
int |
hashCode()
|
void |
setDestinationCidrBlock(String destinationCidrBlock)
Sets the value of the DestinationCidrBlock property for this object. |
void |
setGatewayId(String gatewayId)
Sets the value of the GatewayId property for this object. |
void |
setSourceId(String sourceId)
Sets the value of the SourceId property for this object. |
void |
setStatus(String status)
Sets the value of the Status property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
PropagatedRoute |
withDestinationCidrBlock(String destinationCidrBlock)
Sets the value of the DestinationCidrBlock property for this object. |
PropagatedRoute |
withGatewayId(String gatewayId)
Sets the value of the GatewayId property for this object. |
PropagatedRoute |
withSourceId(String sourceId)
Sets the value of the SourceId property for this object. |
PropagatedRoute |
withStatus(String status)
Sets the value of the Status property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropagatedRoute()
| Method Detail |
|---|
public String getDestinationCidrBlock()
public void setDestinationCidrBlock(String destinationCidrBlock)
destinationCidrBlock - The new value for the DestinationCidrBlock property for this object.public PropagatedRoute withDestinationCidrBlock(String destinationCidrBlock)
Returns a reference to this object so that method calls can be chained together.
destinationCidrBlock - The new value for the DestinationCidrBlock property for this object.
public String getGatewayId()
public void setGatewayId(String gatewayId)
gatewayId - The new value for the GatewayId property for this object.public PropagatedRoute withGatewayId(String gatewayId)
Returns a reference to this object so that method calls can be chained together.
gatewayId - The new value for the GatewayId property for this object.
public String getStatus()
public void setStatus(String status)
status - The new value for the Status property for this object.public PropagatedRoute withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
status - The new value for the Status property for this object.
public String getSourceId()
public void setSourceId(String sourceId)
sourceId - The new value for the SourceId property for this object.public PropagatedRoute withSourceId(String sourceId)
Returns a reference to this object so that method calls can be chained together.
sourceId - The new value for the SourceId property for this object.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||