Class GetTrafficPolicyResult
java.lang.Object
com.amazonaws.services.route53.model.GetTrafficPolicyResult
- All Implemented Interfaces:
Serializable
,Cloneable
A complex type that contains the response information for the request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A complex type that contains settings for the specified traffic policy.int
hashCode()
void
setTrafficPolicy
(TrafficPolicy trafficPolicy) A complex type that contains settings for the specified traffic policy.toString()
Returns a string representation of this object; useful for testing and debugging.withTrafficPolicy
(TrafficPolicy trafficPolicy) A complex type that contains settings for the specified traffic policy.
-
Constructor Details
-
GetTrafficPolicyResult
public GetTrafficPolicyResult()
-
-
Method Details
-
setTrafficPolicy
A complex type that contains settings for the specified traffic policy.
- Parameters:
trafficPolicy
- A complex type that contains settings for the specified traffic policy.
-
getTrafficPolicy
A complex type that contains settings for the specified traffic policy.
- Returns:
- A complex type that contains settings for the specified traffic policy.
-
withTrafficPolicy
A complex type that contains settings for the specified traffic policy.
- Parameters:
trafficPolicy
- A complex type that contains settings for the specified traffic policy.- 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
-