@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SimplifiedApplication extends Object implements Serializable, Cloneable, StructuredPojo
The returned release label application names or versions.
Constructor and Description |
---|
SimplifiedApplication() |
Modifier and Type | Method and Description |
---|---|
SimplifiedApplication |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The returned release label application name.
|
String |
getVersion()
The returned release label application version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The returned release label application name.
|
void |
setVersion(String version)
The returned release label application version.
|
String |
toString()
Returns a string representation of this object.
|
SimplifiedApplication |
withName(String name)
The returned release label application name.
|
SimplifiedApplication |
withVersion(String version)
The returned release label application version.
|
public void setName(String name)
The returned release label application name. For example, hadoop
.
name
- The returned release label application name. For example, hadoop
.public String getName()
The returned release label application name. For example, hadoop
.
hadoop
.public SimplifiedApplication withName(String name)
The returned release label application name. For example, hadoop
.
name
- The returned release label application name. For example, hadoop
.public void setVersion(String version)
The returned release label application version. For example, 3.2.1
.
version
- The returned release label application version. For example, 3.2.1
.public String getVersion()
The returned release label application version. For example, 3.2.1
.
3.2.1
.public SimplifiedApplication withVersion(String version)
The returned release label application version. For example, 3.2.1
.
version
- The returned release label application version. For example, 3.2.1
.public String toString()
toString
in class Object
Object.toString()
public SimplifiedApplication clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.