@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAdapterVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAdapterVersionResult() |
Modifier and Type | Method and Description |
---|---|
CreateAdapterVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getAdapterId()
A string containing the unique ID for the adapter that has received a new version.
|
String |
getAdapterVersion()
A string describing the new version of the adapter.
|
int |
hashCode() |
void |
setAdapterId(String adapterId)
A string containing the unique ID for the adapter that has received a new version.
|
void |
setAdapterVersion(String adapterVersion)
A string describing the new version of the adapter.
|
String |
toString()
Returns a string representation of this object.
|
CreateAdapterVersionResult |
withAdapterId(String adapterId)
A string containing the unique ID for the adapter that has received a new version.
|
CreateAdapterVersionResult |
withAdapterVersion(String adapterVersion)
A string describing the new version of the adapter.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAdapterId(String adapterId)
A string containing the unique ID for the adapter that has received a new version.
adapterId
- A string containing the unique ID for the adapter that has received a new version.public String getAdapterId()
A string containing the unique ID for the adapter that has received a new version.
public CreateAdapterVersionResult withAdapterId(String adapterId)
A string containing the unique ID for the adapter that has received a new version.
adapterId
- A string containing the unique ID for the adapter that has received a new version.public void setAdapterVersion(String adapterVersion)
A string describing the new version of the adapter.
adapterVersion
- A string describing the new version of the adapter.public String getAdapterVersion()
A string describing the new version of the adapter.
public CreateAdapterVersionResult withAdapterVersion(String adapterVersion)
A string describing the new version of the adapter.
adapterVersion
- A string describing the new version of the adapter.public String toString()
toString
in class Object
Object.toString()
public CreateAdapterVersionResult clone()