ToCopyableBuilder<CreatePlatformEndpointResponse.Builder,CreatePlatformEndpointResponse>
@Generated("software.amazon.awssdk:codegen") public class CreatePlatformEndpointResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreatePlatformEndpointResponse.Builder,CreatePlatformEndpointResponse>
Response from CreateEndpoint action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreatePlatformEndpointResponse.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String endpointArn()
EndpointArn returned from CreateEndpoint action.
public CreatePlatformEndpointResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreatePlatformEndpointResponse.Builder,CreatePlatformEndpointResponse>
public static CreatePlatformEndpointResponse.Builder builder()
public static Class<? extends CreatePlatformEndpointResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.