@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppInstanceAdminSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary of the details of an AppInstanceAdmin
.
Constructor and Description |
---|
AppInstanceAdminSummary() |
Modifier and Type | Method and Description |
---|---|
AppInstanceAdminSummary |
clone() |
boolean |
equals(Object obj) |
Identity |
getAdmin()
The details of the
AppInstanceAdmin . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdmin(Identity admin)
The details of the
AppInstanceAdmin . |
String |
toString()
Returns a string representation of this object.
|
AppInstanceAdminSummary |
withAdmin(Identity admin)
The details of the
AppInstanceAdmin . |
public void setAdmin(Identity admin)
The details of the AppInstanceAdmin
.
admin
- The details of the AppInstanceAdmin
.public Identity getAdmin()
The details of the AppInstanceAdmin
.
AppInstanceAdmin
.public AppInstanceAdminSummary withAdmin(Identity admin)
The details of the AppInstanceAdmin
.
admin
- The details of the AppInstanceAdmin
.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.