@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppInstanceAdminSummary extends Object implements Serializable, Cloneable, StructuredPojo
The identity and metadata of an administrator.
Constructor and Description |
---|
AppInstanceAdminSummary() |
Modifier and Type | Method and Description |
---|---|
AppInstanceAdminSummary |
clone() |
boolean |
equals(Object obj) |
Identity |
getAdmin()
The name and metadata of the app instance administrator.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdmin(Identity admin)
The name and metadata of the app instance administrator.
|
String |
toString()
Returns a string representation of this object.
|
AppInstanceAdminSummary |
withAdmin(Identity admin)
The name and metadata of the app instance administrator.
|
public void setAdmin(Identity admin)
The name and metadata of the app instance administrator.
admin
- The name and metadata of the app instance administrator.public Identity getAdmin()
The name and metadata of the app instance administrator.
public AppInstanceAdminSummary withAdmin(Identity admin)
The name and metadata of the app instance administrator.
admin
- The name and metadata of the app instance administrator.public String toString()
toString
in class Object
Object.toString()
public AppInstanceAdminSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.