@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 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 Object
Object.toString()
public ServiceMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.