Class SessionManagerOutputUrl
- java.lang.Object
-
- software.amazon.awssdk.services.ssm.model.SessionManagerOutputUrl
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SessionManagerOutputUrl.Builder,SessionManagerOutputUrl>
@Generated("software.amazon.awssdk:codegen") public final class SessionManagerOutputUrl extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SessionManagerOutputUrl.Builder,SessionManagerOutputUrl>
Reserved for future use.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSessionManagerOutputUrl.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SessionManagerOutputUrl.Builderbuilder()StringcloudWatchOutputUrl()Reserved for future use.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3OutputUrl()Reserved for future use.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SessionManagerOutputUrl.Builder>serializableBuilderClass()SessionManagerOutputUrl.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
s3OutputUrl
public final String s3OutputUrl()
Reserved for future use.
- Returns:
- Reserved for future use.
-
cloudWatchOutputUrl
public final String cloudWatchOutputUrl()
Reserved for future use.
- Returns:
- Reserved for future use.
-
toBuilder
public SessionManagerOutputUrl.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SessionManagerOutputUrl.Builder,SessionManagerOutputUrl>
-
builder
public static SessionManagerOutputUrl.Builder builder()
-
serializableBuilderClass
public static Class<? extends SessionManagerOutputUrl.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-