@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FuotaTask extends Object implements Serializable, Cloneable, StructuredPojo
A FUOTA task.
Constructor and Description |
---|
FuotaTask() |
Modifier and Type | Method and Description |
---|---|
FuotaTask |
clone() |
boolean |
equals(Object obj) |
String |
getArn() |
String |
getId() |
String |
getName() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn) |
void |
setId(String id) |
void |
setName(String name) |
String |
toString()
Returns a string representation of this object.
|
FuotaTask |
withArn(String arn) |
FuotaTask |
withId(String id) |
FuotaTask |
withName(String name) |
public void setId(String id)
id
- public String getId()
public FuotaTask withId(String id)
id
- public void setArn(String arn)
arn
- public String getArn()
public FuotaTask withArn(String arn)
arn
- public void setName(String name)
name
- public String getName()
public FuotaTask withName(String name)
name
- public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.