@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Step extends Object implements Serializable, Cloneable, StructuredPojo
Details about the step associated with a finding.
Constructor and Description |
---|
Step() |
Modifier and Type | Method and Description |
---|---|
Step |
clone() |
boolean |
equals(Object obj) |
String |
getComponentId()
The component ID.
|
String |
getComponentType()
The component type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setComponentId(String componentId)
The component ID.
|
void |
setComponentType(String componentType)
The component type.
|
String |
toString()
Returns a string representation of this object.
|
Step |
withComponentId(String componentId)
The component ID.
|
Step |
withComponentType(String componentType)
The component type.
|
public void setComponentId(String componentId)
The component ID.
componentId
- The component ID.public String getComponentId()
The component ID.
public Step withComponentId(String componentId)
The component ID.
componentId
- The component ID.public void setComponentType(String componentType)
The component type.
componentType
- The component type.public String getComponentType()
The component type.
public Step withComponentType(String componentType)
The component type.
componentType
- The component type.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.