Package com.amazonaws.services.sns.model
Class CreatePlatformEndpointResult
java.lang.Object
com.amazonaws.services.sns.model.CreatePlatformEndpointResult
- All Implemented Interfaces:
Serializable,Cloneable
Response from CreateEndpoint action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanEndpointArn returned from CreateEndpoint action.inthashCode()voidsetEndpointArn(String endpointArn) EndpointArn returned from CreateEndpoint action.toString()Returns a string representation of this object; useful for testing and debugging.withEndpointArn(String endpointArn) EndpointArn returned from CreateEndpoint action.
-
Constructor Details
-
CreatePlatformEndpointResult
public CreatePlatformEndpointResult()
-
-
Method Details
-
setEndpointArn
EndpointArn returned from CreateEndpoint action.
- Parameters:
endpointArn- EndpointArn returned from CreateEndpoint action.
-
getEndpointArn
EndpointArn returned from CreateEndpoint action.
- Returns:
- EndpointArn returned from CreateEndpoint action.
-
withEndpointArn
EndpointArn returned from CreateEndpoint action.
- Parameters:
endpointArn- EndpointArn returned from CreateEndpoint action.- 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
-