@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProfileSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary of a profile.
Constructor and Description |
---|
ProfileSummary() |
Modifier and Type | Method and Description |
---|---|
ProfileSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt() |
String |
getOwner() |
String |
getProfileArn()
The profile ARN.
|
String |
getProfileDescription()
The profile description.
|
String |
getProfileName()
The profile name.
|
String |
getProfileVersion()
The profile version.
|
Date |
getUpdatedAt() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt) |
void |
setOwner(String owner) |
void |
setProfileArn(String profileArn)
The profile ARN.
|
void |
setProfileDescription(String profileDescription)
The profile description.
|
void |
setProfileName(String profileName)
The profile name.
|
void |
setProfileVersion(String profileVersion)
The profile version.
|
void |
setUpdatedAt(Date updatedAt) |
String |
toString()
Returns a string representation of this object.
|
ProfileSummary |
withCreatedAt(Date createdAt) |
ProfileSummary |
withOwner(String owner) |
ProfileSummary |
withProfileArn(String profileArn)
The profile ARN.
|
ProfileSummary |
withProfileDescription(String profileDescription)
The profile description.
|
ProfileSummary |
withProfileName(String profileName)
The profile name.
|
ProfileSummary |
withProfileVersion(String profileVersion)
The profile version.
|
ProfileSummary |
withUpdatedAt(Date updatedAt) |
public void setProfileArn(String profileArn)
The profile ARN.
profileArn
- The profile ARN.public String getProfileArn()
The profile ARN.
public ProfileSummary withProfileArn(String profileArn)
The profile ARN.
profileArn
- The profile ARN.public void setProfileVersion(String profileVersion)
The profile version.
profileVersion
- The profile version.public String getProfileVersion()
The profile version.
public ProfileSummary withProfileVersion(String profileVersion)
The profile version.
profileVersion
- The profile version.public void setProfileName(String profileName)
The profile name.
profileName
- The profile name.public String getProfileName()
The profile name.
public ProfileSummary withProfileName(String profileName)
The profile name.
profileName
- The profile name.public void setProfileDescription(String profileDescription)
The profile description.
profileDescription
- The profile description.public String getProfileDescription()
The profile description.
public ProfileSummary withProfileDescription(String profileDescription)
The profile description.
profileDescription
- The profile description.public void setOwner(String owner)
owner
- public String getOwner()
public ProfileSummary withOwner(String owner)
owner
- public void setCreatedAt(Date createdAt)
createdAt
- public Date getCreatedAt()
public ProfileSummary withCreatedAt(Date createdAt)
createdAt
- public void setUpdatedAt(Date updatedAt)
updatedAt
- public Date getUpdatedAt()
public ProfileSummary withUpdatedAt(Date updatedAt)
updatedAt
- public String toString()
toString
in class Object
Object.toString()
public ProfileSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.