@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTrafficPolicyInstanceCountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.