Class CreateTrafficPolicyVersionResult
java.lang.Object
com.amazonaws.services.route53.model.CreateTrafficPolicyVersionResult
- All Implemented Interfaces:
Serializable,Cloneable
A complex type that contains the response information for the
CreateTrafficPolicyVersion request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA complex type that contains settings for the new version of the traffic policy.inthashCode()voidsetLocation(String location) voidsetTrafficPolicy(TrafficPolicy trafficPolicy) A complex type that contains settings for the new version of the traffic policy.toString()Returns a string representation of this object; useful for testing and debugging.withLocation(String location) withTrafficPolicy(TrafficPolicy trafficPolicy) A complex type that contains settings for the new version of the traffic policy.
-
Constructor Details
-
CreateTrafficPolicyVersionResult
public CreateTrafficPolicyVersionResult()
-
-
Method Details
-
setTrafficPolicy
A complex type that contains settings for the new version of the traffic policy.
- Parameters:
trafficPolicy- A complex type that contains settings for the new version of the traffic policy.
-
getTrafficPolicy
A complex type that contains settings for the new version of the traffic policy.
- Returns:
- A complex type that contains settings for the new version of the traffic policy.
-
withTrafficPolicy
A complex type that contains settings for the new version of the traffic policy.
- Parameters:
trafficPolicy- A complex type that contains settings for the new version of the traffic policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLocation
- Parameters:
location-
-
getLocation
- Returns:
-
withLocation
- Parameters:
location-- 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
-