@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppInstanceSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary data for an app instance.
| Constructor and Description |
|---|
AppInstanceSummary() |
| Modifier and Type | Method and Description |
|---|---|
AppInstanceSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAppInstanceArn()
The app instance ARN.
|
String |
getMetadata()
The metadata of the app instance summary.
|
String |
getName()
The name of the app instance summary.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAppInstanceArn(String appInstanceArn)
The app instance ARN.
|
void |
setMetadata(String metadata)
The metadata of the app instance summary.
|
void |
setName(String name)
The name of the app instance summary.
|
String |
toString()
Returns a string representation of this object.
|
AppInstanceSummary |
withAppInstanceArn(String appInstanceArn)
The app instance ARN.
|
AppInstanceSummary |
withMetadata(String metadata)
The metadata of the app instance summary.
|
AppInstanceSummary |
withName(String name)
The name of the app instance summary.
|
public void setAppInstanceArn(String appInstanceArn)
The app instance ARN.
appInstanceArn - The app instance ARN.public String getAppInstanceArn()
The app instance ARN.
public AppInstanceSummary withAppInstanceArn(String appInstanceArn)
The app instance ARN.
appInstanceArn - The app instance ARN.public void setName(String name)
The name of the app instance summary.
name - The name of the app instance summary.public String getName()
The name of the app instance summary.
public AppInstanceSummary withName(String name)
The name of the app instance summary.
name - The name of the app instance summary.public void setMetadata(String metadata)
The metadata of the app instance summary.
metadata - The metadata of the app instance summary.public String getMetadata()
The metadata of the app instance summary.
public AppInstanceSummary withMetadata(String metadata)
The metadata of the app instance summary.
metadata - The metadata of the app instance summary.public String toString()
toString in class ObjectObject.toString()public AppInstanceSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.