@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MissionProfileListItem extends Object implements Serializable, Cloneable, StructuredPojo
Item in a list of mission profiles.
Constructor and Description |
---|
MissionProfileListItem() |
Modifier and Type | Method and Description |
---|---|
MissionProfileListItem |
clone() |
boolean |
equals(Object obj) |
String |
getMissionProfileArn()
ARN of a mission profile.
|
String |
getMissionProfileId()
UUID of a mission profile.
|
String |
getName()
Name of a mission profile.
|
String |
getRegion()
Region of a mission profile.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMissionProfileArn(String missionProfileArn)
ARN of a mission profile.
|
void |
setMissionProfileId(String missionProfileId)
UUID of a mission profile.
|
void |
setName(String name)
Name of a mission profile.
|
void |
setRegion(String region)
Region of a mission profile.
|
String |
toString()
Returns a string representation of this object.
|
MissionProfileListItem |
withMissionProfileArn(String missionProfileArn)
ARN of a mission profile.
|
MissionProfileListItem |
withMissionProfileId(String missionProfileId)
UUID of a mission profile.
|
MissionProfileListItem |
withName(String name)
Name of a mission profile.
|
MissionProfileListItem |
withRegion(String region)
Region of a mission profile.
|
public void setMissionProfileArn(String missionProfileArn)
ARN of a mission profile.
missionProfileArn
- ARN of a mission profile.public String getMissionProfileArn()
ARN of a mission profile.
public MissionProfileListItem withMissionProfileArn(String missionProfileArn)
ARN of a mission profile.
missionProfileArn
- ARN of a mission profile.public void setMissionProfileId(String missionProfileId)
UUID of a mission profile.
missionProfileId
- UUID of a mission profile.public String getMissionProfileId()
UUID of a mission profile.
public MissionProfileListItem withMissionProfileId(String missionProfileId)
UUID of a mission profile.
missionProfileId
- UUID of a mission profile.public void setName(String name)
Name of a mission profile.
name
- Name of a mission profile.public String getName()
Name of a mission profile.
public MissionProfileListItem withName(String name)
Name of a mission profile.
name
- Name of a mission profile.public void setRegion(String region)
Region of a mission profile.
region
- Region of a mission profile.public String getRegion()
Region of a mission profile.
public MissionProfileListItem withRegion(String region)
Region of a mission profile.
region
- Region of a mission profile.public String toString()
toString
in class Object
Object.toString()
public MissionProfileListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.