@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IsVpcPeeredResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
IsVpcPeeredResult() |
Modifier and Type | Method and Description |
---|---|
IsVpcPeeredResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsPeered()
Returns
true if the Lightsail VPC is peered; otherwise, false . |
int |
hashCode() |
Boolean |
isPeered()
Returns
true if the Lightsail VPC is peered; otherwise, false . |
void |
setIsPeered(Boolean isPeered)
Returns
true if the Lightsail VPC is peered; otherwise, false . |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
IsVpcPeeredResult |
withIsPeered(Boolean isPeered)
Returns
true if the Lightsail VPC is peered; otherwise, false . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIsPeered(Boolean isPeered)
Returns true
if the Lightsail VPC is peered; otherwise, false
.
isPeered
- Returns true
if the Lightsail VPC is peered; otherwise, false
.public Boolean getIsPeered()
Returns true
if the Lightsail VPC is peered; otherwise, false
.
true
if the Lightsail VPC is peered; otherwise, false
.public IsVpcPeeredResult withIsPeered(Boolean isPeered)
Returns true
if the Lightsail VPC is peered; otherwise, false
.
isPeered
- Returns true
if the Lightsail VPC is peered; otherwise, false
.public Boolean isPeered()
Returns true
if the Lightsail VPC is peered; otherwise, false
.
true
if the Lightsail VPC is peered; otherwise, false
.public String toString()
toString
in class Object
Object.toString()
public IsVpcPeeredResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.