@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTrafficPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateTrafficPolicyResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateTrafficPolicyResult |
clone() |
boolean |
equals(Object obj) |
String |
getTrafficPolicyId()
The identifier of the traffic policy resource.
|
int |
hashCode() |
void |
setTrafficPolicyId(String trafficPolicyId)
The identifier of the traffic policy resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateTrafficPolicyResult |
withTrafficPolicyId(String trafficPolicyId)
The identifier of the traffic policy resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTrafficPolicyId(String trafficPolicyId)
The identifier of the traffic policy resource.
trafficPolicyId - The identifier of the traffic policy resource.public String getTrafficPolicyId()
The identifier of the traffic policy resource.
public CreateTrafficPolicyResult withTrafficPolicyId(String trafficPolicyId)
The identifier of the traffic policy resource.
trafficPolicyId - The identifier of the traffic policy resource.public String toString()
toString in class ObjectObject.toString()public CreateTrafficPolicyResult clone()