@Generated(value="software.amazon.awssdk:codegen") public class PlatformApplication extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<PlatformApplication.Builder,PlatformApplication>
Platform application object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PlatformApplication.Builder |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
attributes()
Attributes for platform application object.
|
static PlatformApplication.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
platformApplicationArn()
PlatformApplicationArn for platform application object.
|
static Class<? extends PlatformApplication.Builder> |
serializableBuilderClass() |
PlatformApplication.Builder |
toBuilder() |
String |
toString() |
public String platformApplicationArn()
PlatformApplicationArn for platform application object.
public Map<String,String> attributes()
Attributes for platform application object.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public PlatformApplication.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<PlatformApplication.Builder,PlatformApplication>public static PlatformApplication.Builder builder()
public static Class<? extends PlatformApplication.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.