@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExtensionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about an extension. Call GetExtension
to get more information about an extension.
Constructor and Description |
---|
ExtensionSummary() |
Modifier and Type | Method and Description |
---|---|
ExtensionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The system-generated Amazon Resource Name (ARN) for the extension.
|
String |
getDescription()
Information about the extension.
|
String |
getId()
The system-generated ID of the extension.
|
String |
getName()
The extension name.
|
Integer |
getVersionNumber()
The extension version number.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The system-generated Amazon Resource Name (ARN) for the extension.
|
void |
setDescription(String description)
Information about the extension.
|
void |
setId(String id)
The system-generated ID of the extension.
|
void |
setName(String name)
The extension name.
|
void |
setVersionNumber(Integer versionNumber)
The extension version number.
|
String |
toString()
Returns a string representation of this object.
|
ExtensionSummary |
withArn(String arn)
The system-generated Amazon Resource Name (ARN) for the extension.
|
ExtensionSummary |
withDescription(String description)
Information about the extension.
|
ExtensionSummary |
withId(String id)
The system-generated ID of the extension.
|
ExtensionSummary |
withName(String name)
The extension name.
|
ExtensionSummary |
withVersionNumber(Integer versionNumber)
The extension version number.
|
public void setId(String id)
The system-generated ID of the extension.
id
- The system-generated ID of the extension.public String getId()
The system-generated ID of the extension.
public ExtensionSummary withId(String id)
The system-generated ID of the extension.
id
- The system-generated ID of the extension.public void setName(String name)
The extension name.
name
- The extension name.public String getName()
The extension name.
public ExtensionSummary withName(String name)
The extension name.
name
- The extension name.public void setVersionNumber(Integer versionNumber)
The extension version number.
versionNumber
- The extension version number.public Integer getVersionNumber()
The extension version number.
public ExtensionSummary withVersionNumber(Integer versionNumber)
The extension version number.
versionNumber
- The extension version number.public void setArn(String arn)
The system-generated Amazon Resource Name (ARN) for the extension.
arn
- The system-generated Amazon Resource Name (ARN) for the extension.public String getArn()
The system-generated Amazon Resource Name (ARN) for the extension.
public ExtensionSummary withArn(String arn)
The system-generated Amazon Resource Name (ARN) for the extension.
arn
- The system-generated Amazon Resource Name (ARN) for the extension.public void setDescription(String description)
Information about the extension.
description
- Information about the extension.public String getDescription()
Information about the extension.
public ExtensionSummary withDescription(String description)
Information about the extension.
description
- Information about the extension.public String toString()
toString
in class Object
Object.toString()
public ExtensionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.