@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFrameworkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateFrameworkRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateFrameworkRequest | addFrameworkTagsEntry(String key,
                     String value)Add a single FrameworkTags entry | 
| CreateFrameworkRequest | clearFrameworkTagsEntries()Removes all the entries added into FrameworkTags. | 
| CreateFrameworkRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<FrameworkControl> | getFrameworkControls()
 A list of the controls that make up the framework. | 
| String | getFrameworkDescription()
 An optional description of the framework with a maximum of 1,024 characters. | 
| String | getFrameworkName()
 The unique name of the framework. | 
| Map<String,String> | getFrameworkTags()
 Metadata that you can assign to help organize the frameworks that you create. | 
| String | getIdempotencyToken()
 A customer-chosen string that you can use to distinguish between otherwise identical calls to
  CreateFrameworkInput. | 
| int | hashCode() | 
| void | setFrameworkControls(Collection<FrameworkControl> frameworkControls)
 A list of the controls that make up the framework. | 
| void | setFrameworkDescription(String frameworkDescription)
 An optional description of the framework with a maximum of 1,024 characters. | 
| void | setFrameworkName(String frameworkName)
 The unique name of the framework. | 
| void | setFrameworkTags(Map<String,String> frameworkTags)
 Metadata that you can assign to help organize the frameworks that you create. | 
| void | setIdempotencyToken(String idempotencyToken)
 A customer-chosen string that you can use to distinguish between otherwise identical calls to
  CreateFrameworkInput. | 
| String | toString()Returns a string representation of this object. | 
| CreateFrameworkRequest | withFrameworkControls(Collection<FrameworkControl> frameworkControls)
 A list of the controls that make up the framework. | 
| CreateFrameworkRequest | withFrameworkControls(FrameworkControl... frameworkControls)
 A list of the controls that make up the framework. | 
| CreateFrameworkRequest | withFrameworkDescription(String frameworkDescription)
 An optional description of the framework with a maximum of 1,024 characters. | 
| CreateFrameworkRequest | withFrameworkName(String frameworkName)
 The unique name of the framework. | 
| CreateFrameworkRequest | withFrameworkTags(Map<String,String> frameworkTags)
 Metadata that you can assign to help organize the frameworks that you create. | 
| CreateFrameworkRequest | withIdempotencyToken(String idempotencyToken)
 A customer-chosen string that you can use to distinguish between otherwise identical calls to
  CreateFrameworkInput. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 CreateFrameworkRequest 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 setFrameworkDescription(String frameworkDescription)
An optional description of the framework with a maximum of 1,024 characters.
frameworkDescription - An optional description of the framework with a maximum of 1,024 characters.public String getFrameworkDescription()
An optional description of the framework with a maximum of 1,024 characters.
public CreateFrameworkRequest withFrameworkDescription(String frameworkDescription)
An optional description of the framework with a maximum of 1,024 characters.
frameworkDescription - An optional description of the framework with a maximum of 1,024 characters.public List<FrameworkControl> getFrameworkControls()
A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.
public void setFrameworkControls(Collection<FrameworkControl> frameworkControls)
A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.
frameworkControls - A list of the controls that make up the framework. Each control in the list has a name, input parameters,
        and scope.public CreateFrameworkRequest withFrameworkControls(FrameworkControl... frameworkControls)
A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.
 NOTE: This method appends the values to the existing list (if any). Use
 setFrameworkControls(java.util.Collection) or withFrameworkControls(java.util.Collection) if
 you want to override the existing values.
 
frameworkControls - A list of the controls that make up the framework. Each control in the list has a name, input parameters,
        and scope.public CreateFrameworkRequest withFrameworkControls(Collection<FrameworkControl> frameworkControls)
A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.
frameworkControls - A list of the controls that make up the framework. Each control in the list has a name, input parameters,
        and scope.public void setIdempotencyToken(String idempotencyToken)
 A customer-chosen string that you can use to distinguish between otherwise identical calls to
 CreateFrameworkInput. Retrying a successful request with the same idempotency token results in a
 success message with no action taken.
 
idempotencyToken - A customer-chosen string that you can use to distinguish between otherwise identical calls to
        CreateFrameworkInput. Retrying a successful request with the same idempotency token results
        in a success message with no action taken.public String getIdempotencyToken()
 A customer-chosen string that you can use to distinguish between otherwise identical calls to
 CreateFrameworkInput. Retrying a successful request with the same idempotency token results in a
 success message with no action taken.
 
CreateFrameworkInput. Retrying a successful request with the same idempotency token results
         in a success message with no action taken.public CreateFrameworkRequest withIdempotencyToken(String idempotencyToken)
 A customer-chosen string that you can use to distinguish between otherwise identical calls to
 CreateFrameworkInput. Retrying a successful request with the same idempotency token results in a
 success message with no action taken.
 
idempotencyToken - A customer-chosen string that you can use to distinguish between otherwise identical calls to
        CreateFrameworkInput. Retrying a successful request with the same idempotency token results
        in a success message with no action taken.public Map<String,String> getFrameworkTags()
Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
public void setFrameworkTags(Map<String,String> frameworkTags)
Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
frameworkTags - Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value
        pair.public CreateFrameworkRequest withFrameworkTags(Map<String,String> frameworkTags)
Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
frameworkTags - Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value
        pair.public CreateFrameworkRequest addFrameworkTagsEntry(String key, String value)
public CreateFrameworkRequest clearFrameworkTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateFrameworkRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()