@Generated(value="software.amazon.awssdk:codegen") public final class BaiduChannelRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BaiduChannelRequest.Builder,BaiduChannelRequest>
Specifies the status and settings of the Baidu (Baidu Cloud Push) channel for an application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BaiduChannelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
apiKey()
The API key that you received from the Baidu Cloud Push service to communicate with the service.
|
static BaiduChannelRequest.Builder |
builder() |
Boolean |
enabled()
Specifies whether to enable the Baidu channel for the application.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
secretKey()
The secret key that you received from the Baidu Cloud Push service to communicate with the service.
|
static Class<? extends BaiduChannelRequest.Builder> |
serializableBuilderClass() |
BaiduChannelRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String apiKey()
The API key that you received from the Baidu Cloud Push service to communicate with the service.
public Boolean enabled()
Specifies whether to enable the Baidu channel for the application.
public String secretKey()
The secret key that you received from the Baidu Cloud Push service to communicate with the service.
public BaiduChannelRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BaiduChannelRequest.Builder,BaiduChannelRequest>public static BaiduChannelRequest.Builder builder()
public static Class<? extends BaiduChannelRequest.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.