Response Unmarshaller for AssumeRoleWithWebIdentity operation
Inheritance: XmlResponseUnmarshaller
 public static AssumeRoleWithWebIdentityResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new AssumeRoleWithWebIdentityResponseUnmarshaller();
     }
     return(instance);
 }
 public static AssumeRoleWithWebIdentityResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
        instance = new AssumeRoleWithWebIdentityResponseUnmarshaller();
     }
     return instance;
 }