public class Destination
extends java.lang.Object
implements java.io.Serializable
Describes the location of the updated firmware.
| Constructor and Description |
|---|
Destination() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
S3Destination |
getS3Destination()
Describes the location in S3 of the updated firmware.
|
int |
hashCode() |
void |
setS3Destination(S3Destination s3Destination)
Describes the location in S3 of the updated firmware.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Destination |
withS3Destination(S3Destination s3Destination)
Describes the location in S3 of the updated firmware.
|
public S3Destination getS3Destination()
Describes the location in S3 of the updated firmware.
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 Destination withS3Destination(S3Destination s3Destination)
Describes the location in S3 of the updated firmware.
Returns a reference to this object so that method calls can be chained together.
s3Destination - Describes the location in S3 of the updated firmware.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.