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