@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppInstanceAdmin extends Object implements Serializable, Cloneable, StructuredPojo
The name and ARN of the admin for the AppInstance
.
Constructor and Description |
---|
AppInstanceAdmin() |
Modifier and Type | Method and Description |
---|---|
AppInstanceAdmin |
clone() |
boolean |
equals(Object obj) |
Identity |
getAdmin()
The
AppInstanceAdmin data. |
String |
getAppInstanceArn()
The ARN of the
AppInstance for which the user is an administrator. |
Date |
getCreatedTimestamp()
The time at which an administrator was created.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdmin(Identity admin)
The
AppInstanceAdmin data. |
void |
setAppInstanceArn(String appInstanceArn)
The ARN of the
AppInstance for which the user is an administrator. |
void |
setCreatedTimestamp(Date createdTimestamp)
The time at which an administrator was created.
|
String |
toString()
Returns a string representation of this object.
|
AppInstanceAdmin |
withAdmin(Identity admin)
The
AppInstanceAdmin data. |
AppInstanceAdmin |
withAppInstanceArn(String appInstanceArn)
The ARN of the
AppInstance for which the user is an administrator. |
AppInstanceAdmin |
withCreatedTimestamp(Date createdTimestamp)
The time at which an administrator was created.
|
public void setAdmin(Identity admin)
The AppInstanceAdmin
data.
admin
- The AppInstanceAdmin
data.public Identity getAdmin()
The AppInstanceAdmin
data.
AppInstanceAdmin
data.public AppInstanceAdmin withAdmin(Identity admin)
The AppInstanceAdmin
data.
admin
- The AppInstanceAdmin
data.public void setAppInstanceArn(String appInstanceArn)
The ARN of the AppInstance
for which the user is an administrator.
appInstanceArn
- The ARN of the AppInstance
for which the user is an administrator.public String getAppInstanceArn()
The ARN of the AppInstance
for which the user is an administrator.
AppInstance
for which the user is an administrator.public AppInstanceAdmin withAppInstanceArn(String appInstanceArn)
The ARN of the AppInstance
for which the user is an administrator.
appInstanceArn
- The ARN of the AppInstance
for which the user is an administrator.public void setCreatedTimestamp(Date createdTimestamp)
The time at which an administrator was created.
createdTimestamp
- The time at which an administrator was created.public Date getCreatedTimestamp()
The time at which an administrator was created.
public AppInstanceAdmin withCreatedTimestamp(Date createdTimestamp)
The time at which an administrator was created.
createdTimestamp
- The time at which an administrator was created.public String toString()
toString
in class Object
Object.toString()
public AppInstanceAdmin clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.