Class TrafficPolicyInstance
java.lang.Object
com.amazonaws.services.route53.model.TrafficPolicyInstance
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getId()
getName()
getState()
getTTL()
int
hashCode()
void
setHostedZoneId
(String hostedZoneId) void
void
setMessage
(String message) void
void
void
setTrafficPolicyId
(String trafficPolicyId) void
setTrafficPolicyType
(RRType trafficPolicyType) void
setTrafficPolicyType
(String trafficPolicyType) void
setTrafficPolicyVersion
(Integer trafficPolicyVersion) void
toString()
Returns a string representation of this object; useful for testing and debugging.withHostedZoneId
(String hostedZoneId) withMessage
(String message) withTrafficPolicyId
(String trafficPolicyId) withTrafficPolicyType
(RRType trafficPolicyType) withTrafficPolicyType
(String trafficPolicyType) withTrafficPolicyVersion
(Integer trafficPolicyVersion)
-
Constructor Details
-
TrafficPolicyInstance
public TrafficPolicyInstance()
-
-
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.
-
setHostedZoneId
- Parameters:
hostedZoneId
-
-
getHostedZoneId
- Returns:
-
withHostedZoneId
- Parameters:
hostedZoneId
-- 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.
-
setTTL
- Parameters:
tTL
-
-
getTTL
- Returns:
-
withTTL
- Parameters:
tTL
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setState
- Parameters:
state
-
-
getState
- Returns:
-
withState
- Parameters:
state
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMessage
- Parameters:
message
-
-
getMessage
- Returns:
-
withMessage
- Parameters:
message
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTrafficPolicyId
- Parameters:
trafficPolicyId
-
-
getTrafficPolicyId
- Returns:
-
withTrafficPolicyId
- Parameters:
trafficPolicyId
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTrafficPolicyVersion
- Parameters:
trafficPolicyVersion
-
-
getTrafficPolicyVersion
- Returns:
-
withTrafficPolicyVersion
- Parameters:
trafficPolicyVersion
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTrafficPolicyType
- Parameters:
trafficPolicyType
-- See Also:
-
getTrafficPolicyType
- Returns:
- See Also:
-
withTrafficPolicyType
- Parameters:
trafficPolicyType
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setTrafficPolicyType
- Parameters:
trafficPolicyType
-- See Also:
-
withTrafficPolicyType
- Parameters:
trafficPolicyType
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-