@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SessionManagerOutputUrl extends Object implements Serializable, Cloneable, StructuredPojo
Reserved for future use.
Constructor and Description |
---|
SessionManagerOutputUrl() |
Modifier and Type | Method and Description |
---|---|
SessionManagerOutputUrl |
clone() |
boolean |
equals(Object obj) |
String |
getCloudWatchOutputUrl()
Reserved for future use.
|
String |
getS3OutputUrl()
Reserved for future use.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCloudWatchOutputUrl(String cloudWatchOutputUrl)
Reserved for future use.
|
void |
setS3OutputUrl(String s3OutputUrl)
Reserved for future use.
|
String |
toString()
Returns a string representation of this object.
|
SessionManagerOutputUrl |
withCloudWatchOutputUrl(String cloudWatchOutputUrl)
Reserved for future use.
|
SessionManagerOutputUrl |
withS3OutputUrl(String s3OutputUrl)
Reserved for future use.
|
public void setS3OutputUrl(String s3OutputUrl)
Reserved for future use.
s3OutputUrl
- Reserved for future use.public String getS3OutputUrl()
Reserved for future use.
public SessionManagerOutputUrl withS3OutputUrl(String s3OutputUrl)
Reserved for future use.
s3OutputUrl
- Reserved for future use.public void setCloudWatchOutputUrl(String cloudWatchOutputUrl)
Reserved for future use.
cloudWatchOutputUrl
- Reserved for future use.public String getCloudWatchOutputUrl()
Reserved for future use.
public SessionManagerOutputUrl withCloudWatchOutputUrl(String cloudWatchOutputUrl)
Reserved for future use.
cloudWatchOutputUrl
- Reserved for future use.public String toString()
toString
in class Object
Object.toString()
public SessionManagerOutputUrl clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.