@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PlatformFramework extends Object implements Serializable, Cloneable
A framework supported by the custom platform.
| Constructor and Description | 
|---|
PlatformFramework()  | 
| Modifier and Type | Method and Description | 
|---|---|
PlatformFramework | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getName()
 The name of the framework. 
 | 
String | 
getVersion()
 The version of the framework. 
 | 
int | 
hashCode()  | 
void | 
setName(String name)
 The name of the framework. 
 | 
void | 
setVersion(String version)
 The version of the framework. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
PlatformFramework | 
withName(String name)
 The name of the framework. 
 | 
PlatformFramework | 
withVersion(String version)
 The version of the framework. 
 | 
public void setName(String name)
The name of the framework.
name - The name of the framework.public String getName()
The name of the framework.
public PlatformFramework withName(String name)
The name of the framework.
name - The name of the framework.public void setVersion(String version)
The version of the framework.
version - The version of the framework.public String getVersion()
The version of the framework.
public PlatformFramework withVersion(String version)
The version of the framework.
version - The version of the framework.public String toString()
toString in class ObjectObject.toString()public PlatformFramework clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.