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 void setTrafficPolicyInstanceCount(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 Integer getTrafficPolicyInstanceCount()
The number of traffic policy instances that are associated with the current AWS account.
public GetTrafficPolicyInstanceCountResult withTrafficPolicyInstanceCount(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 String toString()
toString
in class Object
Object.toString()
public GetTrafficPolicyInstanceCountResult clone()
Copyright © 2018. All rights reserved.