@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceMetadata extends Object implements Serializable, Cloneable, StructuredPojo
A container object for the session details that are associated with a workflow.
| Constructor and Description |
|---|
ServiceMetadata() |
| Modifier and Type | Method and Description |
|---|---|
ServiceMetadata |
clone() |
boolean |
equals(Object obj) |
UserDetails |
getUserDetails()
The Server ID (
ServerId), Session ID (SessionId) and user (UserName) make
up the UserDetails. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setUserDetails(UserDetails userDetails)
The Server ID (
ServerId), Session ID (SessionId) and user (UserName) make
up the UserDetails. |
String |
toString()
Returns a string representation of this object.
|
ServiceMetadata |
withUserDetails(UserDetails userDetails)
The Server ID (
ServerId), Session ID (SessionId) and user (UserName) make
up the UserDetails. |
public void setUserDetails(UserDetails userDetails)
The Server ID (ServerId), Session ID (SessionId) and user (UserName) make
up the UserDetails.
userDetails - The Server ID (ServerId), Session ID (SessionId) and user (UserName
) make up the UserDetails.public UserDetails getUserDetails()
The Server ID (ServerId), Session ID (SessionId) and user (UserName) make
up the UserDetails.
ServerId), Session ID (SessionId) and user (
UserName) make up the UserDetails.public ServiceMetadata withUserDetails(UserDetails userDetails)
The Server ID (ServerId), Session ID (SessionId) and user (UserName) make
up the UserDetails.
userDetails - The Server ID (ServerId), Session ID (SessionId) and user (UserName
) make up the UserDetails.public String toString()
toString in class ObjectObject.toString()public ServiceMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.