public class PlatformApplication extends Object implements Serializable, Cloneable
Platform application object.
Constructor and Description |
---|
PlatformApplication() |
Modifier and Type | Method and Description |
---|---|
PlatformApplication |
addAttributesEntry(String key,
String value) |
PlatformApplication |
clearAttributesEntries()
Removes all the entries added into Attributes.
|
PlatformApplication |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getAttributes()
Attributes for platform application object.
|
String |
getPlatformApplicationArn()
PlatformApplicationArn for platform application object.
|
int |
hashCode() |
void |
setAttributes(Map<String,String> attributes)
Attributes for platform application object.
|
void |
setPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for platform application object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PlatformApplication |
withAttributes(Map<String,String> attributes)
Attributes for platform application object.
|
PlatformApplication |
withPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for platform application object.
|
public void setPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for platform application object.
platformApplicationArn
- PlatformApplicationArn for platform application object.public String getPlatformApplicationArn()
PlatformApplicationArn for platform application object.
public PlatformApplication withPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for platform application object.
platformApplicationArn
- PlatformApplicationArn for platform application object.public Map<String,String> getAttributes()
Attributes for platform application object.
public void setAttributes(Map<String,String> attributes)
Attributes for platform application object.
attributes
- Attributes for platform application object.public PlatformApplication withAttributes(Map<String,String> attributes)
Attributes for platform application object.
attributes
- Attributes for platform application object.public PlatformApplication addAttributesEntry(String key, String value)
public PlatformApplication clearAttributesEntries()
public String toString()
toString
in class Object
Object.toString()
public PlatformApplication clone()
Copyright © 2016. All rights reserved.