ToCopyableBuilder<PlatformApplication.Builder,PlatformApplication>
@Generated("software.amazon.awssdk:codegen") public class PlatformApplication extends Object implements ToCopyableBuilder<PlatformApplication.Builder,PlatformApplication>
Platform application object.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PlatformApplication.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String platformApplicationArn()
PlatformApplicationArn for platform application object.
public Map<String,String> attributes()
Attributes for platform application object.
public PlatformApplication.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PlatformApplication.Builder,PlatformApplication>
public static PlatformApplication.Builder builder()
public static Class<? extends PlatformApplication.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.