@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Destination extends Object implements Serializable, Cloneable, StructuredPojo
Describes the location of the updated firmware.
Constructor and Description |
---|
Destination() |
Modifier and Type | Method and Description |
---|---|
Destination |
clone() |
boolean |
equals(Object obj) |
S3Destination |
getS3Destination()
Describes the location in S3 of the updated firmware.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Destination(S3Destination s3Destination)
Describes the location in S3 of the updated firmware.
|
String |
toString()
Returns a string representation of this object.
|
Destination |
withS3Destination(S3Destination s3Destination)
Describes the location in S3 of the updated firmware.
|
public void setS3Destination(S3Destination s3Destination)
Describes the location in S3 of the updated firmware.
s3Destination
- Describes the location in S3 of the updated firmware.public S3Destination getS3Destination()
Describes the location in S3 of the updated firmware.
public Destination withS3Destination(S3Destination s3Destination)
Describes the location in S3 of the updated firmware.
s3Destination
- Describes the location in S3 of the updated firmware.public String toString()
toString
in class Object
Object.toString()
public Destination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.