public class GetTrafficPolicyInstanceCountResult extends Object implements Serializable, Cloneable
A complex type that contains information about the number of traffic policy instances that are associated with the current AWS account.
| Constructor and Description |
|---|
GetTrafficPolicyInstanceCountResult() |
| Modifier and Type | Method and Description |
|---|---|
GetTrafficPolicyInstanceCountResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getTrafficPolicyInstanceCount()
The number of traffic policy instances that are associated with the
current AWS account.
|
int |
hashCode() |
void |
setTrafficPolicyInstanceCount(Integer trafficPolicyInstanceCount)
The number of traffic policy instances that are associated with the
current AWS account.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetTrafficPolicyInstanceCountResult |
withTrafficPolicyInstanceCount(Integer trafficPolicyInstanceCount)
The number of traffic policy instances that are associated with the
current AWS account.
|
public Integer getTrafficPolicyInstanceCount()
public void setTrafficPolicyInstanceCount(Integer trafficPolicyInstanceCount)
trafficPolicyInstanceCount - The number of traffic policy instances that are associated with the
current AWS account.public GetTrafficPolicyInstanceCountResult withTrafficPolicyInstanceCount(Integer trafficPolicyInstanceCount)
Returns a reference to this object so that method calls can be chained together.
trafficPolicyInstanceCount - The number of traffic policy instances that are associated with the
current AWS account.public String toString()
toString in class ObjectObject.toString()public GetTrafficPolicyInstanceCountResult clone()
Copyright © 2015. All rights reserved.