@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) |
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 ObjectObject.toString()public AssignedSyncInputJobAttachmentsSessionActionDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.