@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PluginProperties extends Object implements Serializable, Cloneable, StructuredPojo
Basic information about the plugin.
Constructor and Description |
---|
PluginProperties() |
Modifier and Type | Method and Description |
---|---|
PluginProperties |
clone() |
boolean |
equals(Object obj) |
String |
getClassName()
The name of the class to load.
|
String |
getDescription()
The description of the plugin.
|
String |
getName()
The name of the plugin.
|
Long |
getUncompressedSizeInBytes()
The uncompressed size of the plugin.
|
String |
getVersion()
The version of the plugin.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClassName(String className)
The name of the class to load.
|
void |
setDescription(String description)
The description of the plugin.
|
void |
setName(String name)
The name of the plugin.
|
void |
setUncompressedSizeInBytes(Long uncompressedSizeInBytes)
The uncompressed size of the plugin.
|
void |
setVersion(String version)
The version of the plugin.
|
String |
toString()
Returns a string representation of this object.
|
PluginProperties |
withClassName(String className)
The name of the class to load.
|
PluginProperties |
withDescription(String description)
The description of the plugin.
|
PluginProperties |
withName(String name)
The name of the plugin.
|
PluginProperties |
withUncompressedSizeInBytes(Long uncompressedSizeInBytes)
The uncompressed size of the plugin.
|
PluginProperties |
withVersion(String version)
The version of the plugin.
|
public void setName(String name)
The name of the plugin.
name
- The name of the plugin.public String getName()
The name of the plugin.
public PluginProperties withName(String name)
The name of the plugin.
name
- The name of the plugin.public void setDescription(String description)
The description of the plugin.
description
- The description of the plugin.public String getDescription()
The description of the plugin.
public PluginProperties withDescription(String description)
The description of the plugin.
description
- The description of the plugin.public void setVersion(String version)
The version of the plugin.
version
- The version of the plugin.public String getVersion()
The version of the plugin.
public PluginProperties withVersion(String version)
The version of the plugin.
version
- The version of the plugin.public void setClassName(String className)
The name of the class to load.
className
- The name of the class to load.public String getClassName()
The name of the class to load.
public PluginProperties withClassName(String className)
The name of the class to load.
className
- The name of the class to load.public void setUncompressedSizeInBytes(Long uncompressedSizeInBytes)
The uncompressed size of the plugin.
uncompressedSizeInBytes
- The uncompressed size of the plugin.public Long getUncompressedSizeInBytes()
The uncompressed size of the plugin.
public PluginProperties withUncompressedSizeInBytes(Long uncompressedSizeInBytes)
The uncompressed size of the plugin.
uncompressedSizeInBytes
- The uncompressed size of the plugin.public String toString()
toString
in class Object
Object.toString()
public PluginProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.