StructuredPojo
, ToCopyableBuilder<PushSync.Builder,PushSync>
@Generated("software.amazon.awssdk:codegen") public class PushSync extends Object implements StructuredPojo, ToCopyableBuilder<PushSync.Builder,PushSync>
Configuration options to be applied to the identity pool.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PushSync.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<String> |
applicationArns() |
List of SNS platform application ARNs that could be used by clients.
|
static PushSync.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
roleArn() |
A role configured to allow Cognito to call SNS on behalf of the developer.
|
static Class<? extends PushSync.Builder> |
serializableBuilderClass() |
|
PushSync.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public List<String> applicationArns()
List of SNS platform application ARNs that could be used by clients.
public String roleArn()
A role configured to allow Cognito to call SNS on behalf of the developer.
public PushSync.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PushSync.Builder,PushSync>
public static PushSync.Builder builder()
public static Class<? extends PushSync.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.