@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMobileSdkReleaseResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetMobileSdkReleaseResult() |
| Modifier and Type | Method and Description |
|---|---|
GetMobileSdkReleaseResult |
clone() |
boolean |
equals(Object obj) |
MobileSdkRelease |
getMobileSdkRelease()
Information for a specified SDK release, including release notes and tags.
|
int |
hashCode() |
void |
setMobileSdkRelease(MobileSdkRelease mobileSdkRelease)
Information for a specified SDK release, including release notes and tags.
|
String |
toString()
Returns a string representation of this object.
|
GetMobileSdkReleaseResult |
withMobileSdkRelease(MobileSdkRelease mobileSdkRelease)
Information for a specified SDK release, including release notes and tags.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMobileSdkRelease(MobileSdkRelease mobileSdkRelease)
Information for a specified SDK release, including release notes and tags.
mobileSdkRelease - Information for a specified SDK release, including release notes and tags.public MobileSdkRelease getMobileSdkRelease()
Information for a specified SDK release, including release notes and tags.
public GetMobileSdkReleaseResult withMobileSdkRelease(MobileSdkRelease mobileSdkRelease)
Information for a specified SDK release, including release notes and tags.
mobileSdkRelease - Information for a specified SDK release, including release notes and tags.public String toString()
toString in class ObjectObject.toString()public GetMobileSdkReleaseResult clone()