@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExtensionDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details about the extension.
Constructor and Description |
---|
ExtensionDetails() |
Modifier and Type | Method and Description |
---|---|
ExtensionDetails |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the extension.
|
String |
getName()
The name of the extension.
|
String |
getNamespace()
The namespace (qualifier) of the extension.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
The description of the extension.
|
void |
setName(String name)
The name of the extension.
|
void |
setNamespace(String namespace)
The namespace (qualifier) of the extension.
|
String |
toString()
Returns a string representation of this object.
|
ExtensionDetails |
withDescription(String description)
The description of the extension.
|
ExtensionDetails |
withName(String name)
The name of the extension.
|
ExtensionDetails |
withNamespace(String namespace)
The namespace (qualifier) of the extension.
|
public void setDescription(String description)
The description of the extension.
description
- The description of the extension.public String getDescription()
The description of the extension.
public ExtensionDetails withDescription(String description)
The description of the extension.
description
- The description of the extension.public void setName(String name)
The name of the extension.
name
- The name of the extension.public String getName()
The name of the extension.
public ExtensionDetails withName(String name)
The name of the extension.
name
- The name of the extension.public void setNamespace(String namespace)
The namespace (qualifier) of the extension.
namespace
- The namespace (qualifier) of the extension.public String getNamespace()
The namespace (qualifier) of the extension.
public ExtensionDetails withNamespace(String namespace)
The namespace (qualifier) of the extension.
namespace
- The namespace (qualifier) of the extension.public String toString()
toString
in class Object
Object.toString()
public ExtensionDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.