@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppBundleSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains a summary of an app bundle.
Constructor and Description |
---|
AppBundleSummary() |
Modifier and Type | Method and Description |
---|---|
AppBundleSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the app bundle.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the app bundle.
|
String |
toString()
Returns a string representation of this object.
|
AppBundleSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the app bundle.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the app bundle.
arn
- The Amazon Resource Name (ARN) of the app bundle.public String getArn()
The Amazon Resource Name (ARN) of the app bundle.
public AppBundleSummary withArn(String arn)
The Amazon Resource Name (ARN) of the app bundle.
arn
- The Amazon Resource Name (ARN) of the app bundle.public String toString()
toString
in class Object
Object.toString()
public AppBundleSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.