@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelPackagingOutputDetails extends Object implements Serializable, Cloneable, StructuredPojo
Information about the output from a model packaging job.
| Constructor and Description |
|---|
ModelPackagingOutputDetails() |
| Modifier and Type | Method and Description |
|---|---|
ModelPackagingOutputDetails |
clone() |
boolean |
equals(Object obj) |
GreengrassOutputDetails |
getGreengrass()
Information about the AWS IoT Greengrass component in a model packaging job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGreengrass(GreengrassOutputDetails greengrass)
Information about the AWS IoT Greengrass component in a model packaging job.
|
String |
toString()
Returns a string representation of this object.
|
ModelPackagingOutputDetails |
withGreengrass(GreengrassOutputDetails greengrass)
Information about the AWS IoT Greengrass component in a model packaging job.
|
public void setGreengrass(GreengrassOutputDetails greengrass)
Information about the AWS IoT Greengrass component in a model packaging job.
greengrass - Information about the AWS IoT Greengrass component in a model packaging job.public GreengrassOutputDetails getGreengrass()
Information about the AWS IoT Greengrass component in a model packaging job.
public ModelPackagingOutputDetails withGreengrass(GreengrassOutputDetails greengrass)
Information about the AWS IoT Greengrass component in a model packaging job.
greengrass - Information about the AWS IoT Greengrass component in a model packaging job.public String toString()
toString in class ObjectObject.toString()public ModelPackagingOutputDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.