@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFrameworkResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
CreateFrameworkResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateFrameworkResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getFrameworkArn()
 An Amazon Resource Name (ARN) that uniquely identifies a resource. 
 | 
String | 
getFrameworkName()
 The unique name of the framework. 
 | 
int | 
hashCode()  | 
void | 
setFrameworkArn(String frameworkArn)
 An Amazon Resource Name (ARN) that uniquely identifies a resource. 
 | 
void | 
setFrameworkName(String frameworkName)
 The unique name of the framework. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateFrameworkResult | 
withFrameworkArn(String frameworkArn)
 An Amazon Resource Name (ARN) that uniquely identifies a resource. 
 | 
CreateFrameworkResult | 
withFrameworkName(String frameworkName)
 The unique name of the framework. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setFrameworkName(String frameworkName)
The unique name of the framework. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
frameworkName - The unique name of the framework. The name must be between 1 and 256 characters, starting with a letter,
        and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).public String getFrameworkName()
The unique name of the framework. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
public CreateFrameworkResult withFrameworkName(String frameworkName)
The unique name of the framework. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
frameworkName - The unique name of the framework. The name must be between 1 and 256 characters, starting with a letter,
        and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).public void setFrameworkArn(String frameworkArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
frameworkArn - An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the
        resource type.public String getFrameworkArn()
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
public CreateFrameworkResult withFrameworkArn(String frameworkArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
frameworkArn - An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the
        resource type.public String toString()
toString in class ObjectObject.toString()public CreateFrameworkResult clone()