public class GetTrafficPolicyInstanceCountResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A complex type that contains information about the number of traffic policy instances that are associated with the current AWS account.
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
trafficPolicyInstanceCount
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(java.lang.Object obj) |
java.lang.Integer |
getTrafficPolicyInstanceCount()
The number of traffic policy instances that are associated with the
current AWS account.
|
int |
hashCode() |
void |
setTrafficPolicyInstanceCount(java.lang.Integer trafficPolicyInstanceCount)
The number of traffic policy instances that are associated with the
current AWS account.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetTrafficPolicyInstanceCountResult |
withTrafficPolicyInstanceCount(java.lang.Integer trafficPolicyInstanceCount)
The number of traffic policy instances that are associated with the
current AWS account.
|
private java.lang.Integer trafficPolicyInstanceCount
The number of traffic policy instances that are associated with the current AWS account.
public void setTrafficPolicyInstanceCount(java.lang.Integer trafficPolicyInstanceCount)
The number of traffic policy instances that are associated with the current AWS account.
trafficPolicyInstanceCount
- The number of traffic policy instances that are associated with
the current AWS account.public java.lang.Integer getTrafficPolicyInstanceCount()
The number of traffic policy instances that are associated with the current AWS account.
public GetTrafficPolicyInstanceCountResult withTrafficPolicyInstanceCount(java.lang.Integer trafficPolicyInstanceCount)
The number of traffic policy instances that are associated with the current AWS account.
trafficPolicyInstanceCount
- The number of traffic policy instances that are associated with
the current AWS account.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetTrafficPolicyInstanceCountResult clone()
clone
in class java.lang.Object