@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateComponentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateComponentRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateComponentRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getComponentName()
 The name of the component. | 
| String | getNewComponentName()
 The new name of the component. | 
| String | getResourceGroupName()
 The name of the resource group. | 
| List<String> | getResourceList()
 The list of resource ARNs that belong to the component. | 
| int | hashCode() | 
| void | setComponentName(String componentName)
 The name of the component. | 
| void | setNewComponentName(String newComponentName)
 The new name of the component. | 
| void | setResourceGroupName(String resourceGroupName)
 The name of the resource group. | 
| void | setResourceList(Collection<String> resourceList)
 The list of resource ARNs that belong to the component. | 
| String | toString()Returns a string representation of this object. | 
| UpdateComponentRequest | withComponentName(String componentName)
 The name of the component. | 
| UpdateComponentRequest | withNewComponentName(String newComponentName)
 The new name of the component. | 
| UpdateComponentRequest | withResourceGroupName(String resourceGroupName)
 The name of the resource group. | 
| UpdateComponentRequest | withResourceList(Collection<String> resourceList)
 The list of resource ARNs that belong to the component. | 
| UpdateComponentRequest | withResourceList(String... resourceList)
 The list of resource ARNs that belong to the component. | 
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 setResourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName - The name of the resource group.public String getResourceGroupName()
The name of the resource group.
public UpdateComponentRequest withResourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName - The name of the resource group.public void setComponentName(String componentName)
The name of the component.
componentName - The name of the component.public String getComponentName()
The name of the component.
public UpdateComponentRequest withComponentName(String componentName)
The name of the component.
componentName - The name of the component.public void setNewComponentName(String newComponentName)
The new name of the component.
newComponentName - The new name of the component.public String getNewComponentName()
The new name of the component.
public UpdateComponentRequest withNewComponentName(String newComponentName)
The new name of the component.
newComponentName - The new name of the component.public List<String> getResourceList()
The list of resource ARNs that belong to the component.
public void setResourceList(Collection<String> resourceList)
The list of resource ARNs that belong to the component.
resourceList - The list of resource ARNs that belong to the component.public UpdateComponentRequest withResourceList(String... resourceList)
The list of resource ARNs that belong to the component.
 NOTE: This method appends the values to the existing list (if any). Use
 setResourceList(java.util.Collection) or withResourceList(java.util.Collection) if you want to
 override the existing values.
 
resourceList - The list of resource ARNs that belong to the component.public UpdateComponentRequest withResourceList(Collection<String> resourceList)
The list of resource ARNs that belong to the component.
resourceList - The list of resource ARNs that belong to the component.public String toString()
toString in class ObjectObject.toString()public UpdateComponentRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()