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