@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigurableEnvironmentAction extends Object implements Serializable, Cloneable, StructuredPojo
The configurable action of a Amazon DataZone environment.
| Constructor and Description |
|---|
ConfigurableEnvironmentAction() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurableEnvironmentAction |
clone() |
boolean |
equals(Object obj) |
String |
getAuth()
The authentication type of a configurable action of a Amazon DataZone environment.
|
List<ConfigurableActionParameter> |
getParameters()
The parameters of a configurable action in a Amazon DataZone environment.
|
String |
getType()
The type of a configurable action in a Amazon DataZone environment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAuth(String auth)
The authentication type of a configurable action of a Amazon DataZone environment.
|
void |
setParameters(Collection<ConfigurableActionParameter> parameters)
The parameters of a configurable action in a Amazon DataZone environment.
|
void |
setType(String type)
The type of a configurable action in a Amazon DataZone environment.
|
String |
toString()
Returns a string representation of this object.
|
ConfigurableEnvironmentAction |
withAuth(ConfigurableActionTypeAuthorization auth)
The authentication type of a configurable action of a Amazon DataZone environment.
|
ConfigurableEnvironmentAction |
withAuth(String auth)
The authentication type of a configurable action of a Amazon DataZone environment.
|
ConfigurableEnvironmentAction |
withParameters(Collection<ConfigurableActionParameter> parameters)
The parameters of a configurable action in a Amazon DataZone environment.
|
ConfigurableEnvironmentAction |
withParameters(ConfigurableActionParameter... parameters)
The parameters of a configurable action in a Amazon DataZone environment.
|
ConfigurableEnvironmentAction |
withType(String type)
The type of a configurable action in a Amazon DataZone environment.
|
public void setAuth(String auth)
The authentication type of a configurable action of a Amazon DataZone environment.
auth - The authentication type of a configurable action of a Amazon DataZone environment.ConfigurableActionTypeAuthorizationpublic String getAuth()
The authentication type of a configurable action of a Amazon DataZone environment.
ConfigurableActionTypeAuthorizationpublic ConfigurableEnvironmentAction withAuth(String auth)
The authentication type of a configurable action of a Amazon DataZone environment.
auth - The authentication type of a configurable action of a Amazon DataZone environment.ConfigurableActionTypeAuthorizationpublic ConfigurableEnvironmentAction withAuth(ConfigurableActionTypeAuthorization auth)
The authentication type of a configurable action of a Amazon DataZone environment.
auth - The authentication type of a configurable action of a Amazon DataZone environment.ConfigurableActionTypeAuthorizationpublic List<ConfigurableActionParameter> getParameters()
The parameters of a configurable action in a Amazon DataZone environment.
public void setParameters(Collection<ConfigurableActionParameter> parameters)
The parameters of a configurable action in a Amazon DataZone environment.
parameters - The parameters of a configurable action in a Amazon DataZone environment.public ConfigurableEnvironmentAction withParameters(ConfigurableActionParameter... parameters)
The parameters of a configurable action in a Amazon DataZone environment.
NOTE: This method appends the values to the existing list (if any). Use
setParameters(java.util.Collection) or withParameters(java.util.Collection) if you want to
override the existing values.
parameters - The parameters of a configurable action in a Amazon DataZone environment.public ConfigurableEnvironmentAction withParameters(Collection<ConfigurableActionParameter> parameters)
The parameters of a configurable action in a Amazon DataZone environment.
parameters - The parameters of a configurable action in a Amazon DataZone environment.public void setType(String type)
The type of a configurable action in a Amazon DataZone environment.
type - The type of a configurable action in a Amazon DataZone environment.public String getType()
The type of a configurable action in a Amazon DataZone environment.
public ConfigurableEnvironmentAction withType(String type)
The type of a configurable action in a Amazon DataZone environment.
type - The type of a configurable action in a Amazon DataZone environment.public String toString()
toString in class ObjectObject.toString()public ConfigurableEnvironmentAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.