Amazon.SecurityToken.Model.Internal.MarshallTransformations.AssumeRoleWithSAMLResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : AssumeRoleWithSAMLResponseUnmarshaller
return AssumeRoleWithSAMLResponseUnmarshaller
        public static AssumeRoleWithSAMLResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new AssumeRoleWithSAMLResponseUnmarshaller();
            }
            return instance;
        }