public class CreateTrafficPolicyVersionResult extends Object implements Serializable, Cloneable
A complex type that contains the response information for the
CreateTrafficPolicyVersion request.
| Constructor and Description |
|---|
CreateTrafficPolicyVersionResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateTrafficPolicyVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getLocation()
Returns the value of the Location property for this object.
|
TrafficPolicy |
getTrafficPolicy()
A complex type that contains settings for the new version of the
traffic policy.
|
int |
hashCode() |
void |
setLocation(String location)
Sets the value of the Location property for this object.
|
void |
setTrafficPolicy(TrafficPolicy trafficPolicy)
A complex type that contains settings for the new version of the
traffic policy.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateTrafficPolicyVersionResult |
withLocation(String location)
Sets the value of the Location property for this object.
|
CreateTrafficPolicyVersionResult |
withTrafficPolicy(TrafficPolicy trafficPolicy)
A complex type that contains settings for the new version of the
traffic policy.
|
public TrafficPolicy getTrafficPolicy()
public void setTrafficPolicy(TrafficPolicy trafficPolicy)
trafficPolicy - A complex type that contains settings for the new version of the
traffic policy.public CreateTrafficPolicyVersionResult withTrafficPolicy(TrafficPolicy trafficPolicy)
Returns a reference to this object so that method calls can be chained together.
trafficPolicy - A complex type that contains settings for the new version of the
traffic policy.public String getLocation()
Constraints:
Length: 0 - 1024
public void setLocation(String location)
Constraints:
Length: 0 - 1024
location - The new value for the Location property for this object.public CreateTrafficPolicyVersionResult withLocation(String location)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
location - The new value for the Location property for this object.public String toString()
toString in class ObjectObject.toString()public CreateTrafficPolicyVersionResult clone()
Copyright © 2015. All rights reserved.