@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PredefinedAttributeSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary of a predefined attribute.
Constructor and Description |
---|
PredefinedAttributeSummary() |
Modifier and Type | Method and Description |
---|---|
PredefinedAttributeSummary |
clone() |
boolean |
equals(Object obj) |
String |
getLastModifiedRegion()
Last modified region.
|
Date |
getLastModifiedTime()
Last modified time.
|
String |
getName()
The name 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.
|
String |
toString()
Returns a string representation of this object.
|
PredefinedAttributeSummary |
withLastModifiedRegion(String lastModifiedRegion)
Last modified region.
|
PredefinedAttributeSummary |
withLastModifiedTime(Date lastModifiedTime)
Last modified time.
|
PredefinedAttributeSummary |
withName(String name)
The name 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 PredefinedAttributeSummary withName(String name)
The name of the predefined attribute.
name
- The name of the predefined attribute.public void setLastModifiedTime(Date lastModifiedTime)
Last modified time.
lastModifiedTime
- Last modified time.public Date getLastModifiedTime()
Last modified time.
public PredefinedAttributeSummary 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 PredefinedAttributeSummary withLastModifiedRegion(String lastModifiedRegion)
Last modified region.
lastModifiedRegion
- Last modified region.public String toString()
toString
in class Object
Object.toString()
public PredefinedAttributeSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.