public class CreatePlatformEndpointResult extends Object implements Serializable
Response from CreateEndpoint action.
Constructor and Description |
---|
CreatePlatformEndpointResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getEndpointArn()
EndpointArn returned from CreateEndpoint action.
|
int |
hashCode() |
void |
setEndpointArn(String endpointArn)
EndpointArn returned from CreateEndpoint action.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreatePlatformEndpointResult |
withEndpointArn(String endpointArn)
EndpointArn returned from CreateEndpoint action.
|
public String getEndpointArn()
public void setEndpointArn(String endpointArn)
endpointArn
- EndpointArn returned from CreateEndpoint action.public CreatePlatformEndpointResult withEndpointArn(String endpointArn)
Returns a reference to this object so that method calls can be chained together.
endpointArn
- EndpointArn returned from CreateEndpoint action.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.