/** * Application id * * @param applicationId * Application id * @return Returns a reference to this object so that method calls can be chained together. */ public APNSVoipSandboxChannelResponse withApplicationId(String applicationId) { setApplicationId(applicationId); return this; }
if (context.testExpression("ApplicationId", targetDepth)) { context.nextToken(); aPNSVoipSandboxChannelResponse.setApplicationId(context.getUnmarshaller(String.class).unmarshall(context));
/** * Application id * * @param applicationId * Application id * @return Returns a reference to this object so that method calls can be chained together. */ public APNSVoipSandboxChannelResponse withApplicationId(String applicationId) { setApplicationId(applicationId); return this; }
String name = reader.nextName(); if (name.equals("ApplicationId")) { aPNSVoipSandboxChannelResponse.setApplicationId(StringJsonUnmarshaller .getInstance() .unmarshall(context));
if (context.testExpression("ApplicationId", targetDepth)) { context.nextToken(); aPNSVoipSandboxChannelResponse.setApplicationId(context.getUnmarshaller(String.class).unmarshall(context));