@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssignedSyncInputJobAttachmentsSessionActionDefinition extends Object implements Serializable, Cloneable, StructuredPojo
The details for an assigned session action as it relates to a job attachment.
Constructor and Description |
---|
AssignedSyncInputJobAttachmentsSessionActionDefinition() |
Modifier and Type | Method and Description |
---|---|
AssignedSyncInputJobAttachmentsSessionActionDefinition |
clone() |
boolean |
equals(Object obj) |
String |
getStepId()
The step ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStepId(String stepId)
The step ID.
|
String |
toString()
Returns a string representation of this object.
|
AssignedSyncInputJobAttachmentsSessionActionDefinition |
withStepId(String stepId)
The step ID.
|
public AssignedSyncInputJobAttachmentsSessionActionDefinition()
public void setStepId(String stepId)
The step ID.
stepId
- The step ID.public String getStepId()
The step ID.
public AssignedSyncInputJobAttachmentsSessionActionDefinition withStepId(String stepId)
The step ID.
stepId
- The step ID.public String toString()
toString
in class Object
Object.toString()
public AssignedSyncInputJobAttachmentsSessionActionDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.