@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 |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The display name of the application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The display name of the application.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateApplicationRequest |
withName(String name)
The display name of the application.
|
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 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.