@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SignedObject extends Object implements Serializable, Cloneable, StructuredPojo
Points to an S3SignedObject object that contains information about your signed code image.
| Constructor and Description |
|---|
SignedObject() |
| Modifier and Type | Method and Description |
|---|---|
SignedObject |
clone() |
boolean |
equals(Object obj) |
S3SignedObject |
getS3()
The
S3SignedObject. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setS3(S3SignedObject s3)
The
S3SignedObject. |
String |
toString()
Returns a string representation of this object.
|
SignedObject |
withS3(S3SignedObject s3)
The
S3SignedObject. |
public void setS3(S3SignedObject s3)
The S3SignedObject.
s3 - The S3SignedObject.public S3SignedObject getS3()
The S3SignedObject.
S3SignedObject.public SignedObject withS3(S3SignedObject s3)
The S3SignedObject.
s3 - The S3SignedObject.public String toString()
toString in class ObjectObject.toString()public SignedObject clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.