@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StageContext extends Object implements Serializable, Cloneable, StructuredPojo
Represents information about a stage to a job worker.
Constructor and Description |
---|
StageContext() |
Modifier and Type | Method and Description |
---|---|
StageContext |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the stage.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the stage.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StageContext |
withName(String name)
The name of the stage.
|
public void setName(String name)
The name of the stage.
name
- The name of the stage.public String getName()
The name of the stage.
public StageContext withName(String name)
The name of the stage.
name
- The name of the stage.public String toString()
toString
in class Object
Object.toString()
public StageContext clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.