@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPlatformApplicationAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Response for GetPlatformApplicationAttributes action.
Constructor and Description |
---|
GetPlatformApplicationAttributesResult() |
Modifier and Type | Method and Description |
---|---|
GetPlatformApplicationAttributesResult |
addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
GetPlatformApplicationAttributesResult |
clearAttributesEntries()
Removes all the entries added into Attributes.
|
GetPlatformApplicationAttributesResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getAttributes()
Attributes include the following:
|
int |
hashCode() |
void |
setAttributes(Map<String,String> attributes)
Attributes include the following:
|
String |
toString()
Returns a string representation of this object.
|
GetPlatformApplicationAttributesResult |
withAttributes(Map<String,String> attributes)
Attributes include the following:
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetPlatformApplicationAttributesResult()
public Map<String,String> getAttributes()
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 void setAttributes(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.
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.
public GetPlatformApplicationAttributesResult withAttributes(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.
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.
public GetPlatformApplicationAttributesResult addAttributesEntry(String key, String value)
public GetPlatformApplicationAttributesResult clearAttributesEntries()
public String toString()
toString
in class Object
Object.toString()
public GetPlatformApplicationAttributesResult clone()
Copyright © 2021. All rights reserved.