|
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.elasticache.model.Subnet
public class Subnet
Network Subnet associated with a Cache Cluster
Constructor Summary | |
---|---|
Subnet()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
AvailabilityZone |
getSubnetAvailabilityZone()
Specifies the Availability Zone associated with the Subnet |
String |
getSubnetIdentifier()
Specifies the unique identifier for the Subnet |
int |
hashCode()
|
void |
setSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
Specifies the Availability Zone associated with the Subnet |
void |
setSubnetIdentifier(String subnetIdentifier)
Specifies the unique identifier for the Subnet |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Subnet |
withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
Specifies the Availability Zone associated with the Subnet |
Subnet |
withSubnetIdentifier(String subnetIdentifier)
Specifies the unique identifier for the Subnet |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Subnet()
Method Detail |
---|
public String getSubnetIdentifier()
public void setSubnetIdentifier(String subnetIdentifier)
subnetIdentifier
- Specifies the unique identifier for the Subnetpublic Subnet withSubnetIdentifier(String subnetIdentifier)
Returns a reference to this object so that method calls can be chained together.
subnetIdentifier
- Specifies the unique identifier for the Subnet
public AvailabilityZone getSubnetAvailabilityZone()
public void setSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
subnetAvailabilityZone
- Specifies the Availability Zone associated with the Subnetpublic Subnet withSubnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
Returns a reference to this object so that method calls can be chained together.
subnetAvailabilityZone
- Specifies the Availability Zone associated with the Subnet
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |