@Generated(value="software.amazon.awssdk:codegen") public class CreatePlatformEndpointResponse extends software.amazon.awssdk.AmazonWebServiceResult<software.amazon.awssdk.ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreatePlatformEndpointResponse.Builder,CreatePlatformEndpointResponse>
Response from CreateEndpoint action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreatePlatformEndpointResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreatePlatformEndpointResponse.Builder |
builder() |
String |
endpointArn()
EndpointArn returned from CreateEndpoint action.
|
boolean |
equals(Object obj) |
int |
hashCode() |
static Class<? extends CreatePlatformEndpointResponse.Builder> |
serializableBuilderClass() |
CreatePlatformEndpointResponse.Builder |
toBuilder() |
String |
toString() |
public String endpointArn()
EndpointArn returned from CreateEndpoint action.
public CreatePlatformEndpointResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreatePlatformEndpointResponse.Builder,CreatePlatformEndpointResponse>public static CreatePlatformEndpointResponse.Builder builder()
public static Class<? extends CreatePlatformEndpointResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.