ToCopyableBuilder<GetPlatformApplicationAttributesResponse.Builder,GetPlatformApplicationAttributesResponse>@Generated("software.amazon.awssdk:codegen") public class GetPlatformApplicationAttributesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetPlatformApplicationAttributesResponse.Builder,GetPlatformApplicationAttributesResponse>
Response for GetPlatformApplicationAttributes action.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
GetPlatformApplicationAttributesResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
Map<String,String> |
attributes() |
Attributes include the following:
|
static GetPlatformApplicationAttributesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetPlatformApplicationAttributesResponse.Builder> |
serializableBuilderClass() |
|
GetPlatformApplicationAttributesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic Map<String,String> attributes()
Attributes include the following:
EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be sent.
EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be sent.
EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be sent.
EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be sent upon
Direct Publish delivery failure (permanent) to one of the application's endpoints.
EventEndpointCreated -- Topic ARN to which EndpointCreated event notifications should be
sent.
EventEndpointDeleted -- Topic ARN to which EndpointDeleted event notifications should be
sent.
EventEndpointUpdated -- Topic ARN to which EndpointUpdate event notifications should be
sent.
EventDeliveryFailure -- Topic ARN to which DeliveryFailure event notifications should be
sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.
public GetPlatformApplicationAttributesResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GetPlatformApplicationAttributesResponse.Builder,GetPlatformApplicationAttributesResponse>public static GetPlatformApplicationAttributesResponse.Builder builder()
public static Class<? extends GetPlatformApplicationAttributesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.