@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateApplicationRequest extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
CreateApplicationRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest |
addTagsEntry(String key,
String value) |
CreateApplicationRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateApplicationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The display name of the application.
|
Map<String,String> |
getTags()
The Tags for the app.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The display name of the application.
|
void |
setTags(Map<String,String> tags)
The Tags for the app.
|
String |
toString()
Returns a string representation of this object.
|
CreateApplicationRequest |
withName(String name)
The display name of the application.
|
CreateApplicationRequest |
withTags(Map<String,String> tags)
The Tags for the app.
|
public void setName(String name)
name - The display name of the application. Used in the Amazon Pinpoint console.public String getName()
public CreateApplicationRequest withName(String name)
name - The display name of the application. Used in the Amazon Pinpoint console.public void setTags(Map<String,String> tags)
tags - The Tags for the app.public CreateApplicationRequest withTags(Map<String,String> tags)
tags - The Tags for the app.public CreateApplicationRequest addTagsEntry(String key, String value)
public CreateApplicationRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateApplicationRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.