public class TrafficPolicySummary extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
TrafficPolicySummary() |
| Modifier and Type | Method and Description |
|---|---|
TrafficPolicySummary |
clone() |
boolean |
equals(Object obj) |
String |
getId() |
Integer |
getLatestVersion() |
String |
getName() |
Integer |
getTrafficPolicyCount() |
String |
getType() |
int |
hashCode() |
void |
setId(String id) |
void |
setLatestVersion(Integer latestVersion) |
void |
setName(String name) |
void |
setTrafficPolicyCount(Integer trafficPolicyCount) |
void |
setType(RRType type) |
void |
setType(String type) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TrafficPolicySummary |
withId(String id) |
TrafficPolicySummary |
withLatestVersion(Integer latestVersion) |
TrafficPolicySummary |
withName(String name) |
TrafficPolicySummary |
withTrafficPolicyCount(Integer trafficPolicyCount) |
TrafficPolicySummary |
withType(RRType type) |
TrafficPolicySummary |
withType(String type) |
public void setId(String id)
id - public String getId()
public TrafficPolicySummary withId(String id)
id - public void setName(String name)
name - public String getName()
public TrafficPolicySummary withName(String name)
name - public TrafficPolicySummary withType(String type)
type - RRTypepublic TrafficPolicySummary withType(RRType type)
type - RRTypepublic void setLatestVersion(Integer latestVersion)
latestVersion - public Integer getLatestVersion()
public TrafficPolicySummary withLatestVersion(Integer latestVersion)
latestVersion - public void setTrafficPolicyCount(Integer trafficPolicyCount)
trafficPolicyCount - public Integer getTrafficPolicyCount()
public TrafficPolicySummary withTrafficPolicyCount(Integer trafficPolicyCount)
trafficPolicyCount - public String toString()
toString in class ObjectObject.toString()public TrafficPolicySummary clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.