@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateStageResult() |
Modifier and Type | Method and Description |
---|---|
CreateStageResult |
clone() |
boolean |
equals(Object obj) |
List<ParticipantToken> |
getParticipantTokens()
Participant tokens attached to the stage.
|
Stage |
getStage()
The stage that was created.
|
int |
hashCode() |
void |
setParticipantTokens(Collection<ParticipantToken> participantTokens)
Participant tokens attached to the stage.
|
void |
setStage(Stage stage)
The stage that was created.
|
String |
toString()
Returns a string representation of this object.
|
CreateStageResult |
withParticipantTokens(Collection<ParticipantToken> participantTokens)
Participant tokens attached to the stage.
|
CreateStageResult |
withParticipantTokens(ParticipantToken... participantTokens)
Participant tokens attached to the stage.
|
CreateStageResult |
withStage(Stage stage)
The stage that was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStage(Stage stage)
The stage that was created.
stage
- The stage that was created.public Stage getStage()
The stage that was created.
public CreateStageResult withStage(Stage stage)
The stage that was created.
stage
- The stage that was created.public List<ParticipantToken> getParticipantTokens()
Participant tokens attached to the stage. These correspond to the participants
in the request.
participants
in the
request.public void setParticipantTokens(Collection<ParticipantToken> participantTokens)
Participant tokens attached to the stage. These correspond to the participants
in the request.
participantTokens
- Participant tokens attached to the stage. These correspond to the participants
in the
request.public CreateStageResult withParticipantTokens(ParticipantToken... participantTokens)
Participant tokens attached to the stage. These correspond to the participants
in the request.
NOTE: This method appends the values to the existing list (if any). Use
setParticipantTokens(java.util.Collection)
or withParticipantTokens(java.util.Collection)
if
you want to override the existing values.
participantTokens
- Participant tokens attached to the stage. These correspond to the participants
in the
request.public CreateStageResult withParticipantTokens(Collection<ParticipantToken> participantTokens)
Participant tokens attached to the stage. These correspond to the participants
in the request.
participantTokens
- Participant tokens attached to the stage. These correspond to the participants
in the
request.public String toString()
toString
in class Object
Object.toString()
public CreateStageResult clone()