@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeServiceActionExecutionParametersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeServiceActionExecutionParametersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeServiceActionExecutionParametersResult |
clone() |
boolean |
equals(Object obj) |
List<ExecutionParameter> |
getServiceActionParameters()
The parameters of the self-service action.
|
int |
hashCode() |
void |
setServiceActionParameters(Collection<ExecutionParameter> serviceActionParameters)
The parameters of the self-service action.
|
String |
toString()
Returns a string representation of this object.
|
DescribeServiceActionExecutionParametersResult |
withServiceActionParameters(Collection<ExecutionParameter> serviceActionParameters)
The parameters of the self-service action.
|
DescribeServiceActionExecutionParametersResult |
withServiceActionParameters(ExecutionParameter... serviceActionParameters)
The parameters of the self-service action.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeServiceActionExecutionParametersResult()
public List<ExecutionParameter> getServiceActionParameters()
The parameters of the self-service action.
public void setServiceActionParameters(Collection<ExecutionParameter> serviceActionParameters)
The parameters of the self-service action.
serviceActionParameters
- The parameters of the self-service action.public DescribeServiceActionExecutionParametersResult withServiceActionParameters(ExecutionParameter... serviceActionParameters)
The parameters of the self-service action.
NOTE: This method appends the values to the existing list (if any). Use
setServiceActionParameters(java.util.Collection)
or
withServiceActionParameters(java.util.Collection)
if you want to override the existing values.
serviceActionParameters
- The parameters of the self-service action.public DescribeServiceActionExecutionParametersResult withServiceActionParameters(Collection<ExecutionParameter> serviceActionParameters)
The parameters of the self-service action.
serviceActionParameters
- The parameters of the self-service action.public String toString()
toString
in class Object
Object.toString()
public DescribeServiceActionExecutionParametersResult clone()