@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActiveContext extends Object implements Serializable, Cloneable, StructuredPojo
The active context used in the test execution.
Constructor and Description |
---|
ActiveContext() |
Modifier and Type | Method and Description |
---|---|
ActiveContext |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of active context.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of active context.
|
String |
toString()
Returns a string representation of this object.
|
ActiveContext |
withName(String name)
The name of active context.
|
public void setName(String name)
The name of active context.
name
- The name of active context.public String getName()
The name of active context.
public ActiveContext withName(String name)
The name of active context.
name
- The name of active context.public String toString()
toString
in class Object
Object.toString()
public ActiveContext clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.