@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Concurrency extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Concurrency() |
| Modifier and Type | Method and Description |
|---|---|
Concurrency |
clone() |
boolean |
equals(Object obj) |
Integer |
getReservedConcurrentExecutions()
The number of concurrent executions reserved for this function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions reserved for this function.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Concurrency |
withReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions reserved for this function.
|
public void setReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions reserved for this function. For more information, see concurrent-executions.
reservedConcurrentExecutions - The number of concurrent executions reserved for this function. For more information, see
concurrent-executions.public Integer getReservedConcurrentExecutions()
The number of concurrent executions reserved for this function. For more information, see concurrent-executions.
public Concurrency withReservedConcurrentExecutions(Integer reservedConcurrentExecutions)
The number of concurrent executions reserved for this function. For more information, see concurrent-executions.
reservedConcurrentExecutions - The number of concurrent executions reserved for this function. For more information, see
concurrent-executions.public String toString()
toString in class ObjectObject.toString()public Concurrency clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.