@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCapabilityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateCapabilityRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateCapabilityRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCapabilityId()
Specifies a system-assigned unique identifier for the capability.
|
CapabilityConfiguration |
getConfiguration()
Specifies a structure that contains the details for a capability.
|
List<S3Location> |
getInstructionsDocuments()
Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this
capability.
|
String |
getName()
Specifies a new name for the capability, to replace the existing name.
|
int |
hashCode() |
void |
setCapabilityId(String capabilityId)
Specifies a system-assigned unique identifier for the capability.
|
void |
setConfiguration(CapabilityConfiguration configuration)
Specifies a structure that contains the details for a capability.
|
void |
setInstructionsDocuments(Collection<S3Location> instructionsDocuments)
Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this
capability.
|
void |
setName(String name)
Specifies a new name for the capability, to replace the existing name.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCapabilityRequest |
withCapabilityId(String capabilityId)
Specifies a system-assigned unique identifier for the capability.
|
UpdateCapabilityRequest |
withConfiguration(CapabilityConfiguration configuration)
Specifies a structure that contains the details for a capability.
|
UpdateCapabilityRequest |
withInstructionsDocuments(Collection<S3Location> instructionsDocuments)
Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this
capability.
|
UpdateCapabilityRequest |
withInstructionsDocuments(S3Location... instructionsDocuments)
Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this
capability.
|
UpdateCapabilityRequest |
withName(String name)
Specifies a new name for the capability, to replace the existing name.
|
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, withSdkRequestTimeout
public void setCapabilityId(String capabilityId)
Specifies a system-assigned unique identifier for the capability.
capabilityId
- Specifies a system-assigned unique identifier for the capability.public String getCapabilityId()
Specifies a system-assigned unique identifier for the capability.
public UpdateCapabilityRequest withCapabilityId(String capabilityId)
Specifies a system-assigned unique identifier for the capability.
capabilityId
- Specifies a system-assigned unique identifier for the capability.public void setName(String name)
Specifies a new name for the capability, to replace the existing name.
name
- Specifies a new name for the capability, to replace the existing name.public String getName()
Specifies a new name for the capability, to replace the existing name.
public UpdateCapabilityRequest withName(String name)
Specifies a new name for the capability, to replace the existing name.
name
- Specifies a new name for the capability, to replace the existing name.public void setConfiguration(CapabilityConfiguration configuration)
Specifies a structure that contains the details for a capability.
configuration
- Specifies a structure that contains the details for a capability.public CapabilityConfiguration getConfiguration()
Specifies a structure that contains the details for a capability.
public UpdateCapabilityRequest withConfiguration(CapabilityConfiguration configuration)
Specifies a structure that contains the details for a capability.
configuration
- Specifies a structure that contains the details for a capability.public List<S3Location> getInstructionsDocuments()
Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.
public void setInstructionsDocuments(Collection<S3Location> instructionsDocuments)
Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.
instructionsDocuments
- Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this
capability. Each item contains the name of the bucket and the key, to identify the document's location.public UpdateCapabilityRequest withInstructionsDocuments(S3Location... instructionsDocuments)
Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.
NOTE: This method appends the values to the existing list (if any). Use
setInstructionsDocuments(java.util.Collection)
or
withInstructionsDocuments(java.util.Collection)
if you want to override the existing values.
instructionsDocuments
- Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this
capability. Each item contains the name of the bucket and the key, to identify the document's location.public UpdateCapabilityRequest withInstructionsDocuments(Collection<S3Location> instructionsDocuments)
Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.
instructionsDocuments
- Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this
capability. Each item contains the name of the bucket and the key, to identify the document's location.public String toString()
toString
in class Object
Object.toString()
public UpdateCapabilityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()