@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateComponentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
CreateComponentRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateComponentRequest | 
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 | 
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 | 
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. 
 | 
CreateComponentRequest | 
withComponentName(String componentName)
 The name of the component. 
 | 
CreateComponentRequest | 
withResourceGroupName(String resourceGroupName)
 The name of the resource group. 
 | 
CreateComponentRequest | 
withResourceList(Collection<String> resourceList)
 The list of resource ARNs that belong to the component. 
 | 
CreateComponentRequest | 
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 CreateComponentRequest 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 CreateComponentRequest withComponentName(String componentName)
The name of the component.
componentName - The 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 CreateComponentRequest 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 CreateComponentRequest 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 CreateComponentRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.