@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceVersion extends Object implements Serializable, Cloneable, StructuredPojo
The version of the requested service.
| Constructor and Description |
|---|
ServiceVersion() |
| Modifier and Type | Method and Description |
|---|---|
ServiceVersion |
clone() |
boolean |
equals(Object obj) |
String |
getVersion()
The version number of the requested service.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setVersion(String version)
The version number of the requested service.
|
String |
toString()
Returns a string representation of this object.
|
ServiceVersion |
withVersion(String version)
The version number of the requested service.
|
public void setVersion(String version)
The version number of the requested service.
version - The version number of the requested service.public String getVersion()
The version number of the requested service.
public ServiceVersion withVersion(String version)
The version number of the requested service.
version - The version number of the requested service.public String toString()
toString in class ObjectObject.toString()public ServiceVersion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.