@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFrameworkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
UpdateFrameworkRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateFrameworkRequest | 
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 1,024 characters. 
 | 
String | 
getFrameworkName()
 The unique name of a framework. 
 | 
String | 
getIdempotencyToken()
 A customer-chosen string that you can use to distinguish between otherwise identical calls to
  
UpdateFrameworkInput. | 
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 1,024 characters. 
 | 
void | 
setFrameworkName(String frameworkName)
 The unique name of a framework. 
 | 
void | 
setIdempotencyToken(String idempotencyToken)
 A customer-chosen string that you can use to distinguish between otherwise identical calls to
  
UpdateFrameworkInput. | 
String | 
toString()
Returns a string representation of this object. 
 | 
UpdateFrameworkRequest | 
withFrameworkControls(Collection<FrameworkControl> frameworkControls)
 A list of the controls that make up the framework. 
 | 
UpdateFrameworkRequest | 
withFrameworkControls(FrameworkControl... frameworkControls)
 A list of the controls that make up the framework. 
 | 
UpdateFrameworkRequest | 
withFrameworkDescription(String frameworkDescription)
 An optional description of the framework with a maximum 1,024 characters. 
 | 
UpdateFrameworkRequest | 
withFrameworkName(String frameworkName)
 The unique name of a framework. 
 | 
UpdateFrameworkRequest | 
withIdempotencyToken(String idempotencyToken)
 A customer-chosen string that you can use to distinguish between otherwise identical calls to
  
UpdateFrameworkInput. | 
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 a framework. This name is 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 a framework. This name is 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 a framework. This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
public UpdateFrameworkRequest withFrameworkName(String frameworkName)
The unique name of a framework. This name is 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 a framework. This name is 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 1,024 characters.
frameworkDescription - An optional description of the framework with a maximum 1,024 characters.public String getFrameworkDescription()
An optional description of the framework with a maximum 1,024 characters.
public UpdateFrameworkRequest withFrameworkDescription(String frameworkDescription)
An optional description of the framework with a maximum 1,024 characters.
frameworkDescription - An optional description of the framework with a maximum 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 UpdateFrameworkRequest 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 UpdateFrameworkRequest 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
 UpdateFrameworkInput. 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
        UpdateFrameworkInput. 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
 UpdateFrameworkInput. Retrying a successful request with the same idempotency token results in a
 success message with no action taken.
 
UpdateFrameworkInput. Retrying a successful request with the same idempotency token results
         in a success message with no action taken.public UpdateFrameworkRequest withIdempotencyToken(String idempotencyToken)
 A customer-chosen string that you can use to distinguish between otherwise identical calls to
 UpdateFrameworkInput. 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
        UpdateFrameworkInput. Retrying a successful request with the same idempotency token results
        in a success message with no action taken.public String toString()
toString in class ObjectObject.toString()public UpdateFrameworkRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()