@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) |
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)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.