@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PredefinedAttribute extends Object implements Serializable, Cloneable, StructuredPojo
Information about a predefined attribute.
Constructor and Description |
---|
PredefinedAttribute() |
Modifier and Type | Method and Description |
---|---|
PredefinedAttribute |
clone() |
boolean |
equals(Object obj) |
String |
getLastModifiedRegion()
Last modified region.
|
Date |
getLastModifiedTime()
Last modified time.
|
String |
getName()
The name of the predefined attribute.
|
PredefinedAttributeValues |
getValues()
The values of the predefined attribute.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLastModifiedRegion(String lastModifiedRegion)
Last modified region.
|
void |
setLastModifiedTime(Date lastModifiedTime)
Last modified time.
|
void |
setName(String name)
The name of the predefined attribute.
|
void |
setValues(PredefinedAttributeValues values)
The values of the predefined attribute.
|
String |
toString()
Returns a string representation of this object.
|
PredefinedAttribute |
withLastModifiedRegion(String lastModifiedRegion)
Last modified region.
|
PredefinedAttribute |
withLastModifiedTime(Date lastModifiedTime)
Last modified time.
|
PredefinedAttribute |
withName(String name)
The name of the predefined attribute.
|
PredefinedAttribute |
withValues(PredefinedAttributeValues values)
The values of the predefined attribute.
|
public void setName(String name)
The name of the predefined attribute.
name
- The name of the predefined attribute.public String getName()
The name of the predefined attribute.
public PredefinedAttribute withName(String name)
The name of the predefined attribute.
name
- The name of the predefined attribute.public void setValues(PredefinedAttributeValues values)
The values of the predefined attribute.
values
- The values of the predefined attribute.public PredefinedAttributeValues getValues()
The values of the predefined attribute.
public PredefinedAttribute withValues(PredefinedAttributeValues values)
The values of the predefined attribute.
values
- The values of the predefined attribute.public void setLastModifiedTime(Date lastModifiedTime)
Last modified time.
lastModifiedTime
- Last modified time.public Date getLastModifiedTime()
Last modified time.
public PredefinedAttribute withLastModifiedTime(Date lastModifiedTime)
Last modified time.
lastModifiedTime
- Last modified time.public void setLastModifiedRegion(String lastModifiedRegion)
Last modified region.
lastModifiedRegion
- Last modified region.public String getLastModifiedRegion()
Last modified region.
public PredefinedAttribute withLastModifiedRegion(String lastModifiedRegion)
Last modified region.
lastModifiedRegion
- Last modified region.public String toString()
toString
in class Object
Object.toString()
public PredefinedAttribute clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.