@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigListItem extends Object implements Serializable, Cloneable, StructuredPojo
An item in a list of Config
objects.
Constructor and Description |
---|
ConfigListItem() |
Modifier and Type | Method and Description |
---|---|
ConfigListItem |
clone() |
boolean |
equals(Object obj) |
String |
getConfigArn()
ARN of a
Config . |
String |
getConfigId()
UUID of a
Config . |
String |
getConfigType()
Type of a
Config . |
String |
getName()
Name of a
Config . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfigArn(String configArn)
ARN of a
Config . |
void |
setConfigId(String configId)
UUID of a
Config . |
void |
setConfigType(String configType)
Type of a
Config . |
void |
setName(String name)
Name of a
Config . |
String |
toString()
Returns a string representation of this object.
|
ConfigListItem |
withConfigArn(String configArn)
ARN of a
Config . |
ConfigListItem |
withConfigId(String configId)
UUID of a
Config . |
ConfigListItem |
withConfigType(ConfigCapabilityType configType)
Type of a
Config . |
ConfigListItem |
withConfigType(String configType)
Type of a
Config . |
ConfigListItem |
withName(String name)
Name of a
Config . |
public void setConfigArn(String configArn)
ARN of a Config
.
configArn
- ARN of a Config
.public String getConfigArn()
ARN of a Config
.
Config
.public ConfigListItem withConfigArn(String configArn)
ARN of a Config
.
configArn
- ARN of a Config
.public void setConfigId(String configId)
UUID of a Config
.
configId
- UUID of a Config
.public String getConfigId()
UUID of a Config
.
Config
.public ConfigListItem withConfigId(String configId)
UUID of a Config
.
configId
- UUID of a Config
.public void setConfigType(String configType)
Type of a Config
.
configType
- Type of a Config
.ConfigCapabilityType
public String getConfigType()
Type of a Config
.
Config
.ConfigCapabilityType
public ConfigListItem withConfigType(String configType)
Type of a Config
.
configType
- Type of a Config
.ConfigCapabilityType
public ConfigListItem withConfigType(ConfigCapabilityType configType)
Type of a Config
.
configType
- Type of a Config
.ConfigCapabilityType
public void setName(String name)
Name of a Config
.
name
- Name of a Config
.public String getName()
Name of a Config
.
Config
.public ConfigListItem withName(String name)
Name of a Config
.
name
- Name of a Config
.public String toString()
toString
in class Object
Object.toString()
public ConfigListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.