@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionParameters extends Object implements Serializable, Cloneable, StructuredPojo
The parameters of the environment action.
Constructor and Description |
---|
ActionParameters() |
Modifier and Type | Method and Description |
---|---|
ActionParameters |
clone() |
boolean |
equals(Object obj) |
AwsConsoleLinkParameters |
getAwsConsoleLink()
The console link specified as part of the environment action.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAwsConsoleLink(AwsConsoleLinkParameters awsConsoleLink)
The console link specified as part of the environment action.
|
String |
toString()
Returns a string representation of this object.
|
ActionParameters |
withAwsConsoleLink(AwsConsoleLinkParameters awsConsoleLink)
The console link specified as part of the environment action.
|
public void setAwsConsoleLink(AwsConsoleLinkParameters awsConsoleLink)
The console link specified as part of the environment action.
awsConsoleLink
- The console link specified as part of the environment action.public AwsConsoleLinkParameters getAwsConsoleLink()
The console link specified as part of the environment action.
public ActionParameters withAwsConsoleLink(AwsConsoleLinkParameters awsConsoleLink)
The console link specified as part of the environment action.
awsConsoleLink
- The console link specified as part of the environment action.public String toString()
toString
in class Object
Object.toString()
public ActionParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.