Class TrafficPolicySummary
java.lang.Object
com.amazonaws.services.route53.model.TrafficPolicySummary
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getId()
getName()
getType()
int
hashCode()
void
void
setLatestVersion
(Integer latestVersion) void
void
setTrafficPolicyCount
(Integer trafficPolicyCount) void
void
toString()
Returns a string representation of this object; useful for testing and debugging.withLatestVersion
(Integer latestVersion) withTrafficPolicyCount
(Integer trafficPolicyCount)
-
Constructor Details
-
TrafficPolicySummary
public TrafficPolicySummary()
-
-
Method Details
-
setId
- Parameters:
id
-
-
getId
- Returns:
-
withId
- Parameters:
id
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setName
- Parameters:
name
-
-
getName
- Returns:
-
withName
- Parameters:
name
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setType
- Parameters:
type
-- See Also:
-
getType
- Returns:
- See Also:
-
withType
- Parameters:
type
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setType
- Parameters:
type
-- See Also:
-
withType
- Parameters:
type
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setLatestVersion
- Parameters:
latestVersion
-
-
getLatestVersion
- Returns:
-
withLatestVersion
- Parameters:
latestVersion
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTrafficPolicyCount
- Parameters:
trafficPolicyCount
-
-
getTrafficPolicyCount
- Returns:
-
withTrafficPolicyCount
- Parameters:
trafficPolicyCount
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-