public static ResetAppSecretResponse Unmarshall(UnmarshallerContext context) { ResetAppSecretResponse resetAppSecretResponse = new ResetAppSecretResponse(); resetAppSecretResponse.HttpResponse = context.HttpResponse; resetAppSecretResponse.RequestId = context.StringValue("ResetAppSecret.RequestId"); return(resetAppSecretResponse); }
public static ResetAppSecretResponse Unmarshall(UnmarshallerContext context) { ResetAppSecretResponse resetAppSecretResponse = new ResetAppSecretResponse(); resetAppSecretResponse.HttpResponse = context.HttpResponse; resetAppSecretResponse.RequestId = context.StringValue("ResetAppSecret.RequestId"); return resetAppSecretResponse; }